Enlightenment CVS committal

Author  : kwo
Project : e16
Module  : e

Dir     : e16/e/src


Modified Files:
        evhandlers.c 


Log Message:
Undo previous brain damage (considering myself kicked).
===================================================================
RCS file: /cvsroot/enlightenment/e16/e/src/evhandlers.c,v
retrieving revision 1.108
retrieving revision 1.109
diff -u -3 -r1.108 -r1.109
--- evhandlers.c        15 Jun 2003 21:42:23 -0000      1.108
+++ evhandlers.c        16 Jun 2003 18:08:59 -0000      1.109
@@ -1115,16 +1115,13 @@
    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)
      {
@@ -1136,7 +1133,6 @@
        XFree(name);
      }
 
-#if DO_PROCESS_PROPERTY_CHANGE_EVENTS
    EDBUG(5, "HandleProperty");
 
    win = ev->xproperty.window;
@@ -1218,7 +1214,6 @@
      }
 #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

Reply via email to