From b9f1ca813cc6e948f9d75af67f4b1651ec746044 Mon Sep 17 00:00:00 2001 From: Carsten Haitzler Date: Mon, 17 Jan 2005 16:22:33 +0000 Subject: [PATCH] some comments SVN revision: 13001 --- src/bin/e_gadman.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/bin/e_gadman.c b/src/bin/e_gadman.c index 3d55ff648..8c873264a 100644 --- a/src/bin/e_gadman.c +++ b/src/bin/e_gadman.c @@ -3,6 +3,10 @@ */ #include "e.h" +/* FIXME: display resize handles ONLY if can be resizded in that dir */ +/* FIXME: display move indicator ONLY if it can be moved in either dir */ +/* FIXME: emit signal on mouse in/out to event object */ + /* local subsystem functions */ static void _e_gadman_free(E_Gadman *gm); static void _e_gadman_client_free(E_Gadman_Client *gmc);