Enlightenment CVS committal

Author  : chaos
Project : e17
Module  : proto

Dir     : e17/proto/entropy/src/include


Modified Files:
        notification_engine.h 


Log Message:
* Add 'Open in new window' to 'Open With..' menu - finally, people other than 
me with realise you *can* have more than one entropy window at once, from the 
same process.

===================================================================
RCS file: /cvs/e/e17/proto/entropy/src/include/notification_engine.h,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -3 -r1.10 -r1.11
--- notification_engine.h       2 Apr 2006 05:47:38 -0000       1.10
+++ notification_engine.h       15 Apr 2006 10:07:04 -0000      1.11
@@ -19,6 +19,10 @@
        ENTROPY_NOTIFY_FILE_METADATA_AVAILABLE = 14
 };
 
+enum ENTROPY_GUI_EVENT_HINTS {
+       ENTROPY_GUI_EVENT_HINT_WINDOW_NEW = 1
+};
+
 typedef struct entropy_notification_engine entropy_notification_engine;
 struct entropy_notification_engine {
         pthread_t  notify_thread;
@@ -47,6 +51,7 @@
        char* function;
        void* data;
        int key;
+       int hints;
 
        Ecore_List* cb_list;
        Ecore_List* cleanup_list;
@@ -60,6 +65,7 @@
        char* event_type;
        void *data;
        int key;
+       int hints;
 };
 
 




-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to