Enlightenment CVS committal
Author : kwo
Project : e16
Module : e
Dir : e16/e/src
Modified Files:
dialog.c
Log Message:
Dialog windows do need the KeyPress and Expose events.
===================================================================
RCS file: /cvsroot/enlightenment/e16/e/src/dialog.c,v
retrieving revision 1.86
retrieving revision 1.87
diff -u -3 -r1.86 -r1.87
--- dialog.c 15 Apr 2004 19:44:36 -0000 1.86
+++ dialog.c 16 Apr 2004 18:09:01 -0000 1.87
@@ -687,11 +687,9 @@
DialogEwinInit);
if (ewin)
{
-#if 0 /* Do we need this? */
- ewin->client.event_mask |=
- KeyPressMask | PointerMotionMask | ExposureMask;
+ ewin->client.event_mask |= KeyPressMask | ExposureMask;
XSelectInput(disp, d->win, ewin->client.event_mask);
-#endif
+
sn = FindSnapshot(ewin);
/* get the size right damnit! */
if (sn && sn->use_wh)
-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs