From 2a9741297a33a9a8d9d1480cdcca44363e68fb24 Mon Sep 17 00:00:00 2001 From: sebastid Date: Wed, 8 Jun 2005 13:09:58 +0000 Subject: [PATCH] Update TODO SVN revision: 15197 --- TODO | 3 --- src/bin/e_border.c | 1 + 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/TODO b/TODO index 1af560df3..7f7d860a4 100644 --- a/TODO +++ b/TODO @@ -72,8 +72,6 @@ These are in no particular order: added that ref and didnt remove it * fix action delete (can segv if action is stored for "long runing actions" like move/resize) -* drop on ibar for re-ordering, removal seems broken (drop location is the - wrong spot) * break out desks x/y size config so you can have a different desktop size per zone - right now there is a signle global (use this later as the default for new/unconfigured zones) @@ -101,7 +99,6 @@ These are in no particular order: * add key input focus control for desktop modules * finish off icccm support * optimize clock theme (speed/cpu) (rotation in edje??? or evas???) -* fix iconbox to not dissapear to nothing when its empty * add complete netwm support * different cursors for different parts of the screen * alt+tab popup list of windows diff --git a/src/bin/e_border.c b/src/bin/e_border.c index db9f28497..8b846d060 100644 --- a/src/bin/e_border.c +++ b/src/bin/e_border.c @@ -2915,6 +2915,7 @@ _e_border_cb_mouse_move(void *data, int type, void *event) Ecore_X_Event_Mouse_Move *ev; E_Border *bd; + printf("move: %d %d\n", ev->root.x, ev->root.y); ev = event; bd = data; if (ev->event_win == bd->win)