ev = event;
sd = data;
+ /* FIXME: use evas callbacks here - not ecore_x events. ONLY use the
+ * ecore_x events ONCE you GRAB the mouse TO some other window to track
+ * its motion all over the desktop and then use an ecore_x mouse up
+ * event to get the mouse up on THAT GRABBEd WINDOW
+ */
+ return 1;
/* this shouldnt be here if we clean up properly */
- if(!ev->win || !ev->event_win || !sd)
- return 0;
+ if (!ev->win || !ev->event_win || !sd)
+ return 1;
/* TODO - rethink this code */
double t;
const char *name;
+ /* FIXME: DONT use ecore_x events for this. use evas callbacks! */
+ return 1;
ev = event;
icon = data;
ev = event;
sd = data;
-
+
+ /* FIXME: do NOT use ecore_x key events. NOT! use evas key callbacks on
+ * a focused onject!!!!
+ */
+ return 1;
// make this call generic
if (!sd->win) return 1;
if (ev->win != sd->win->evas_sub_win) return 1;