Enlightenment CVS committal

Author  : handyande
Project : misc
Module  : engage

Dir     : misc/engage/src


Modified Files:
        window.c 


Log Message:
use default gravity
===================================================================
RCS file: /cvsroot/enlightenment/misc/engage/src/window.c,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -3 -r1.30 -r1.31
--- window.c    13 Jun 2005 14:56:58 -0000      1.30
+++ window.c    13 Jun 2005 18:55:14 -0000      1.31
@@ -287,7 +287,7 @@
     ecore_evas_layer_set(ee, 7);
   else
     ecore_evas_layer_set(ee, 2);
-  ecore_x_icccm_size_pos_hints_set(od_window, 1, ECORE_X_GRAVITY_FORGET, 0, 0,
+  ecore_x_icccm_size_pos_hints_set(od_window, 1, ECORE_X_GRAVITY_NW, 0, 0,
                                    res_x, res_y, 0, 0, 1, 1, 0.0, 0.0);
 
   ecore_evas_show(ee);




-------------------------------------------------------
This SF.Net email is sponsored by: NEC IT Guy Games.  How far can you shotput
a projector? How fast can you ride your desk chair down the office luge track?
If you want to score the big prize, get to know the little guy.  
Play to win an NEC 61" plasma display: http://www.necitguy.com/?r=20
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to