Enlightenment CVS committal

Author  : dj2
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/lib


Modified Files:
        ewl_events.h 


Log Message:
- remove old/unused event structures

===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_events.h,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -3 -r1.22 -r1.23
--- ewl_events.h        4 Jan 2007 05:09:47 -0000       1.22
+++ ewl_events.h        3 Mar 2007 01:11:25 -0000       1.23
@@ -26,35 +26,6 @@
 };
 
 /**
- * The Ewl_Event_Window_Configure type
- */
-typedef struct Ewl_Event_Window_Configure Ewl_Event_Window_Configure;
-
-/**
- * Notifies widgets when the enclosing window size has changed.
- */
-struct Ewl_Event_Window_Configure
-{
-       int x; /**< Beginning X coordinate of the windows new position */
-       int y; /**< Beginning Y coordinate of the windows new position */
-       int w; /**< The new width of the window */
-       int h; /**< The new height of the window */
-};
-
-/**
- * The Ewl_Event_Window_Delete type
- */
-typedef struct Ewl_Event_Window_Delete Ewl_Event_Window_Delete;
-
-/**
- * Notifies of window close requests.
- */
-struct Ewl_Event_Window_Delete
-{
-       int ignore;     /**< Unused. */
-};
-
-/**
  *  The Ewl_Event_Window_Key_Down structure 
  */
 typedef struct Ewl_Event_Key_Down Ewl_Event_Key_Down;



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to