From 4a596424380efe80c6a6b709a08322816030c30f Mon Sep 17 00:00:00 2001 From: Sebastian Dransfeld Date: Thu, 14 Aug 2014 09:54:10 +0200 Subject: [PATCH] e_randr: update TODO --- src/bin/e_randr.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/bin/e_randr.c b/src/bin/e_randr.c index 41bf962b2..311a2a540 100644 --- a/src/bin/e_randr.c +++ b/src/bin/e_randr.c @@ -1,11 +1,10 @@ #include "e.h" /* TODO: Handle orientation in stored config */ -/* 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 */ +/* TODO: Implement left-of, right-of, above and below placement relative for outputs */ /* local function prototypes */ static Eina_Bool _e_randr_config_load(void);