This should be correct.
Sebastian
Index: ewl/src/ewl_selectionbar.c
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/ewl_selectionbar.c,v
retrieving revision 1.25
diff -u -r1.25 ewl_selectionbar.c
--- ewl/src/ewl_selectionbar.c 9 Dec 2004 05:26:10 -0000 1.25
+++ ewl/src/ewl_selectionbar.c 27 Jan 2005 12:38:49 -0000
@@ -305,12 +305,7 @@
*/
embed = ewl_embed_widget_find(w);
- /*
- * FIXME: This is not in ecore yet.
- */
- /* ecore_pointer_xy(embed->evas_window, &mx, &my); */
- mx = 0;
- my = 0;
+ ecore_x_pointer_last_xy_get(embed->evas_window, &mx, &my);
wx = CURRENT_X(o);
wy = CURRENT_Y(o);
