Enlightenment CVS committal

Author  : devilhorns
Project : e17
Module  : apps/emprint

Dir     : e17/apps/emprint/src/bin


Modified Files:
        main.c 


Log Message:
Set the mouse pointer before showing the band.

===================================================================
RCS file: /cvs/e/e17/apps/emprint/src/bin/main.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- main.c      29 Dec 2007 21:11:15 -0000      1.4
+++ main.c      29 Dec 2007 21:30:20 -0000      1.5
@@ -459,12 +459,12 @@
    mouse_down_hdl = ecore_event_handler_add(ECORE_X_EVENT_MOUSE_BUTTON_DOWN,
                                            _em_cb_mouse_down, NULL);
 
-   /* create the rubber band */
-   _em_band_show();
-
    /* set the mouse pointer */
    if (cursor = ecore_x_cursor_shape_get(ECORE_X_CURSOR_CROSS))
      ecore_x_window_cursor_set(input_window, cursor);
+
+   /* create the rubber band */
+   _em_band_show();
 }
 
 static void 



-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to