projects
/
platform
/
upstream
/
enlightenment.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2eeb5fe
)
don't try applying randr settings when there's no outputs, this doesn't do anything
author
discomfitor
<michael.blumenkrantz@gmail.com>
Thu, 17 Oct 2013 07:35:27 +0000
(08:35 +0100)
committer
discomfitor
<michael.blumenkrantz@gmail.com>
Thu, 17 Oct 2013 07:35:27 +0000
(08:35 +0100)
src/bin/e_randr.c
patch
|
blob
|
history
diff --git
a/src/bin/e_randr.c
b/src/bin/e_randr.c
index 5cec7de6cdc92e166accffe2e05715bfe6faa8f7..99653d8b9579bdedbb1451ceca1c9f766ca0639f 100644
(file)
--- a/
src/bin/e_randr.c
+++ b/
src/bin/e_randr.c
@@
-495,6
+495,7
@@
_e_randr_config_restore(void)
/* append to the list of valid outputs */
valid = eina_list_append(valid, output_cfg);
}
+ if (!valid) continue;
count = eina_list_count(valid);