Enlightenment CVS committal

Author  : kwo
Project : e16
Module  : e

Dir     : e16/e/src


Modified Files:
        E.h globals.c 


Log Message:
Minor cleanups.

===================================================================
RCS file: /cvsroot/enlightenment/e16/e/src/E.h,v
retrieving revision 1.117
retrieving revision 1.118
diff -u -3 -r1.117 -r1.118
--- E.h 8 Jun 2003 07:40:38 -0000       1.117
+++ E.h 11 Jun 2003 19:44:58 -0000      1.118
@@ -979,9 +979,6 @@
 }
 BGeometry;
 
-typedef struct _strip Strip;
-typedef struct _stripjoint Stripjoint;
-
 typedef struct _button
 {
    char               *name;
@@ -1027,7 +1024,7 @@
 }
 Container;
 
-struct _strip
+typedef struct _strip
 {
    char               *name;
    int                 xabs, yabs;
@@ -1051,7 +1048,8 @@
    Window              win;
    int                 x, y, w, h;
    int                 cx, cy, cw, ch;
-};
+}
+Strip;
 
 typedef struct _background
 {
@@ -2301,7 +2299,6 @@
 void                HandleMouseIn(XEvent * ev);
 void                HandleMouseOut(XEvent * ev);
 
-void                FocusToEWin(EWin * ewin);
 EWin               *FindEwinByBase(Window win);
 EWin               *FindEwinByChildren(Window win);
 EWin               *FindEwinByDecoration(Window win);
@@ -3132,7 +3129,6 @@
 extern char        *command;
 extern char         mustdel;
 extern char         queue_up;
-extern char         just_flipped;
 extern Menu        *all_task_menu;
 extern Menu        *task_menu[ENLIGHTENMENT_CONF_NUM_DESKTOPS];
 extern Menu        *desk_menu;
===================================================================
RCS file: /cvsroot/enlightenment/e16/e/src/globals.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -3 -r1.10 -r1.11
--- globals.c   5 Apr 2000 23:22:54 -0000       1.10
+++ globals.c   11 Jun 2003 19:44:58 -0000      1.11
@@ -49,7 +49,6 @@
 char               *command;
 char                mustdel;
 char                queue_up;
-char                just_flipped = 0;
 Menu               *all_task_menu = NULL;
 Menu               *task_menu[ENLIGHTENMENT_CONF_NUM_DESKTOPS];
 Menu               *desk_menu = NULL;




-------------------------------------------------------
This SF.NET email is sponsored by: eBay
Great deals on office technology -- on eBay now! Click here:
http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to