Enlightenment CVS committal
Author : kwo
Project : e16
Module : e
Dir : e16/e/src
Modified Files:
evhandlers.c
Log Message:
I don't think we should process property notify events. Kick me if I'm wrong.
===================================================================
RCS file: /cvsroot/enlightenment/e16/e/src/evhandlers.c,v
retrieving revision 1.107
retrieving revision 1.108
diff -u -3 -r1.107 -r1.108
--- evhandlers.c 15 Jun 2003 15:27:04 -0000 1.107
+++ evhandlers.c 15 Jun 2003 21:42:23 -0000 1.108
@@ -1115,13 +1115,16 @@
EDBUG_RETURN_;
}
+#define DO_PROCESS_PROPERTY_CHANGE_EVENTS 0
void
HandleProperty(XEvent * ev)
{
+#if DO_PROCESS_PROPERTY_CHANGE_EVENTS
Window win;
EWin *ewin;
char title[10240];
int desktop;
+#endif
if (debug_flags & EDBUG_PROPERTY_CHANGE)
{
@@ -1133,6 +1136,7 @@
XFree(name);
}
+#if DO_PROCESS_PROPERTY_CHANGE_EVENTS
EDBUG(5, "HandleProperty");
win = ev->xproperty.window;
@@ -1214,6 +1218,7 @@
}
#endif
EDBUG_RETURN_;
+#endif
}
void
-------------------------------------------------------
This SF.NET email is sponsored by: eBay
Great deals on office technology -- on eBay now! Click here:
http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs