Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_border.h 


Log Message:


BAAAAAAAAAAAAAAAD HANDY
BAAAAAAAAAAAAAAAD.

didnt commti changes to e_border.h!!!!

===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_border.h,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -3 -r1.17 -r1.18
--- e_border.h  10 Jan 2005 22:24:23 -0000      1.17
+++ e_border.h  11 Jan 2005 02:40:50 -0000      1.18
@@ -23,6 +23,8 @@
 
 typedef struct _E_Event_Border_Resize E_Event_Border_Resize;
 typedef struct _E_Event_Border_Move   E_Event_Border_Move;
+typedef struct _E_Event_Border_Add    E_Event_Border_Add;
+typedef struct _E_Event_Border_Remove E_Event_Border_Remove;
 
 struct _E_Border
 {
@@ -196,6 +198,16 @@
    E_Border *border;
 };
 
+struct _E_Event_Border_Add
+{
+   E_Border *border;
+};
+
+struct _E_Event_Border_Remove
+{
+   E_Border *border;
+};
+
 EAPI int       e_border_init(void);
 EAPI int       e_border_shutdown(void);
 
@@ -231,5 +243,7 @@
 
 extern EAPI int E_EVENT_BORDER_RESIZE;
 extern EAPI int E_EVENT_BORDER_MOVE;
+extern EAPI int E_EVENT_BORDER_ADD;
+extern EAPI int E_EVENT_BORDER_REMOVE;
 
 #endif




-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to