Enlightenment CVS committal Author : raster Project : e17 Module : libs/ecore
Dir : e17/libs/ecore/src/lib/ecore_x Modified Files: ecore_x.c Log Message: vincent spotted these. fixed :) =================================================================== RCS file: /cvs/e/e17/libs/ecore/src/lib/ecore_x/ecore_x.c,v retrieving revision 1.118 retrieving revision 1.119 diff -u -3 -r1.118 -r1.119 --- ecore_x.c 8 Nov 2006 06:33:55 -0000 1.118 +++ ecore_x.c 10 Nov 2006 15:01:25 -0000 1.119 @@ -1103,10 +1103,10 @@ if (att.class == InputOnly) att_ret->input_only = 1; if (att.save_under) att_ret->save_under = 1; att_ret->event_mask.mine = att.your_event_mask; - att_ret->event_mask.all = att.your_event_mask; + att_ret->event_mask.all = att.all_event_masks; att_ret->event_mask.no_propagate = att.do_not_propagate_mask; att_ret->window_gravity = att.win_gravity; - att_ret->pixel_gravity = att.win_gravity; + att_ret->pixel_gravity = att.bit_gravity; att_ret->colormap = att.colormap; att_ret->visual = att.visual; return 1; ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs