Enlightenment CVS committal Author : raster Project : e17 Module : libs/ecore
Dir : e17/libs/ecore/src/lib/ecore_x Modified Files: ecore_x_window.c Log Message: only damage the new regions =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/ecore/src/lib/ecore_x/ecore_x_window.c,v retrieving revision 1.43 retrieving revision 1.44 diff -u -3 -r1.43 -r1.44 --- ecore_x_window.c 8 Oct 2005 12:40:14 -0000 1.43 +++ ecore_x_window.c 14 Nov 2005 03:25:09 -0000 1.44 @@ -38,6 +38,8 @@ attr.colormap = DefaultColormap(_ecore_x_disp, DefaultScreen(_ecore_x_disp)); attr.border_pixel = 0; attr.background_pixmap = None; + attr.bit_gravity = NorthWestGravity; + attr.win_gravity = NorthWestGravity; attr.save_under = False; attr.do_not_propagate_mask = NoEventMask; attr.event_mask = KeyPressMask | @@ -65,7 +67,9 @@ CWBackPixmap | CWSaveUnder | CWDontPropagate | - CWEventMask, + CWEventMask | + CWBitGravity | + CWWinGravity, &attr); if (parent == DefaultRootWindow(_ecore_x_disp)) ecore_x_window_defaults_set(win); @@ -95,6 +99,8 @@ attr.colormap = DefaultColormap(_ecore_x_disp, DefaultScreen(_ecore_x_disp)); attr.border_pixel = 0; attr.background_pixmap = None; + attr.bit_gravity = NorthWestGravity; + attr.win_gravity = NorthWestGravity; attr.save_under = False; attr.do_not_propagate_mask = NoEventMask; attr.event_mask = KeyPressMask | @@ -122,7 +128,9 @@ CWBackPixmap | CWSaveUnder | CWDontPropagate | - CWEventMask, + CWEventMask | + CWBitGravity | + CWWinGravity, &attr); if (parent == DefaultRootWindow(_ecore_x_disp)) ecore_x_window_defaults_set(win); ------------------------------------------------------- SF.Net email is sponsored by: Tame your development challenges with Apache's Geronimo App Server. Download it for free - -and be entered to win a 42" plasma tv or your very own Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs