Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/evas

Dir     : e17/libs/evas/src/lib/include


Modified Files:
        evas_private.h 


Log Message:


disable double click flags if u clock on something else in between

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/evas/src/lib/include/evas_private.h,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -3 -r1.62 -r1.63
--- evas_private.h      15 Jan 2006 10:33:26 -0000      1.62
+++ evas_private.h      18 Feb 2006 04:40:14 -0000      1.63
@@ -329,6 +329,7 @@
    Evas_Lock      locks;
    unsigned int   last_timestamp;
    void          *attach_data;
+   int            last_click_counter;
 };
 
 struct _Evas_Layer
@@ -414,6 +415,7 @@
       unsigned char     deletions_waiting : 1;
    } smart;
 
+   int                         last_click_counter;
    int                         mouse_grabbed;
 
    unsigned short              store : 1;




-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to