Enlightenment CVS committal

Author  : englebass
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/modules/pager


Modified Files:
        e_mod_main.c 


Log Message:
Use correct event structs.

===================================================================
RCS file: /cvs/e/e17/apps/e/src/modules/pager/e_mod_main.c,v
retrieving revision 1.219
retrieving revision 1.220
diff -u -3 -r1.219 -r1.220
--- e_mod_main.c        31 Oct 2007 12:23:14 -0000      1.219
+++ e_mod_main.c        10 Nov 2007 18:54:45 -0000      1.220
@@ -941,8 +941,8 @@
 static int
 _pager_cb_event_border_iconify(void *data, int type, void *event)
 {
-   E_Event_Border_Hide   *ev;
-   Evas_List             *l, *l2;
+   E_Event_Border_Iconify  *ev;
+   Evas_List               *l, *l2;
 
    ev = event;
    for (l = pager_config->instances; l; l = l->next)
@@ -972,8 +972,8 @@
 static int
 _pager_cb_event_border_uniconify(void *data, int type, void *event)
 {
-   E_Event_Border_Show   *ev;
-   Evas_List             *l, *l2;
+   E_Event_Border_Uniconify *ev;
+   Evas_List                *l, *l2;
 
    ev = event;
    for (l = pager_config->instances; l; l = l->next)
@@ -1355,9 +1355,9 @@
 static int 
 _pager_cb_event_border_property(void *data, int type, void *event) 
 {
-   E_Event_Border_Remove *ev;
-   Evas_List             *l, *l2;
-   int                    found = 0;
+   E_Event_Border_Property *ev;
+   Evas_List               *l, *l2;
+   int                      found = 0;
    
    ev = event;
    for (l = pager_config->instances; l; l = l->next)



-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to