englebass pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=8c3b7800c9fb0989da421c7cb9a7d8a4fe2b666f
commit 8c3b7800c9fb0989da421c7cb9a7d8a4fe2b666f Author: Sebastian Dransfeld <s...@tango.flipp.net> Date: Thu Mar 6 14:16:28 2014 +0100 randr: TODO++ --- src/bin/e_randr.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/bin/e_randr.c b/src/bin/e_randr.c index a785673..c8cec1e 100644 --- a/src/bin/e_randr.c +++ b/src/bin/e_randr.c @@ -4,6 +4,8 @@ /* TODO: Do we need e_randr_cfg->screen.{width,height} ? */ /* TODO: Check so we can rely on connected only, not connected && exists */ /* TODO: Ignore xrandr events triggered by changes in acpi cb */ +/* TODO: Clone mode */ +/* TODO: Lid at (x, y) == (0, 0) always */ /* local function prototypes */ static Eina_Bool _e_randr_config_load(void); --