Enlightenment CVS committal

Author  : kwo
Project : e16
Module  : e

Dir     : e16/e/src


Modified Files:
        E.h areas.c desktops.c edge.c ipc.c settings.c setup.c 


Log Message:
Trivial renamings.
===================================================================
RCS file: /cvsroot/enlightenment/e16/e/src/E.h,v
retrieving revision 1.296
retrieving revision 1.297
diff -u -3 -r1.296 -r1.297
--- E.h 29 Jun 2004 09:31:40 -0000      1.296
+++ E.h 29 Jun 2004 13:19:23 -0000      1.297
@@ -2050,8 +2050,8 @@
 void                PropagateShapes(Window win);
 
 /* edge.c */
-void                ShowEdgeWindows(void);
-void                HideEdgeWindows(void);
+void                EdgeWindowsShow(void);
+void                EdgeWindowsHide(void);
 void                EdgeHandleEnter(XEvent * ev);
 void                EdgeHandleLeave(XEvent * ev);
 void                EdgeHandleMotion(XEvent * ev);
===================================================================
RCS file: /cvsroot/enlightenment/e16/e/src/areas.c,v
retrieving revision 1.70
retrieving revision 1.71
diff -u -3 -r1.70 -r1.71
--- areas.c     19 Jun 2004 01:31:20 -0000      1.70
+++ areas.c     29 Jun 2004 13:19:23 -0000      1.71
@@ -342,7 +342,7 @@
    FX_DeskChange();
 
    /* update which "edge flip resistance" detector windows are visible */
-   ShowEdgeWindows();
+   EdgeWindowsShow();
 
    /* update our pager */
    UpdatePagerSel();
===================================================================
RCS file: /cvsroot/enlightenment/e16/e/src/desktops.c,v
retrieving revision 1.93
retrieving revision 1.94
diff -u -3 -r1.93 -r1.94
--- desktops.c  29 Jun 2004 09:31:42 -0000      1.93
+++ desktops.c  29 Jun 2004 13:19:23 -0000      1.94
@@ -639,7 +639,7 @@
             ewin->desktop = 0;
          }
        XRaiseWindow(disp, ewin->win);
-       ShowEdgeWindows();
+       EdgeWindowsShow();
        ICCCM_Configure(ewin);
      }
    else if (ewin->parent != desks.desk[ewin->desktop].win)
@@ -1169,7 +1169,7 @@
           Eprintf(" win=%#10lx parent=%#10lx\n", wl[i], GetWinParent(wl[i]));
      }
    XRestackWindows(disp, wl, tot);
-   ShowEdgeWindows();
+   EdgeWindowsShow();
    RaiseProgressbars();
    HintsSetClientStacking();
 
===================================================================
RCS file: /cvsroot/enlightenment/e16/e/src/edge.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -3 -r1.6 -r1.7
--- edge.c      27 Jun 2004 22:30:53 -0000      1.6
+++ edge.c      29 Jun 2004 13:19:23 -0000      1.7
@@ -95,13 +95,13 @@
 }
 
 void
-ShowEdgeWindows(void)
+EdgeWindowsShow(void)
 {
    int                 ax, ay, cx, cy;
 
    if (Conf.edge_flip_resistance <= 0)
      {
-       HideEdgeWindows();
+       EdgeWindowsHide();
        return;
      }
 
@@ -146,7 +146,7 @@
 }
 
 void
-HideEdgeWindows(void)
+EdgeWindowsHide(void)
 {
    if (w1)
      {
===================================================================
RCS file: /cvsroot/enlightenment/e16/e/src/ipc.c,v
retrieving revision 1.163
retrieving revision 1.164
diff -u -3 -r1.163 -r1.164
--- ipc.c       16 Jun 2004 22:49:37 -0000      1.163
+++ ipc.c       29 Jun 2004 13:19:23 -0000      1.164
@@ -5520,7 +5520,7 @@
          {
             word(s, wd, w);
             Conf.edge_flip_resistance = atoi(w);
-            ShowEdgeWindows();
+            EdgeWindowsShow();
          }
        else if (!strcmp(w, "AREA_SIZE:"))
          {
===================================================================
RCS file: /cvsroot/enlightenment/e16/e/src/settings.c,v
retrieving revision 1.113
retrieving revision 1.114
diff -u -3 -r1.113 -r1.114
--- settings.c  27 Jun 2004 10:42:53 -0000      1.113
+++ settings.c  29 Jun 2004 13:19:23 -0000      1.114
@@ -1234,7 +1234,7 @@
          }
        else
           Conf.edge_flip_resistance = 0;
-       ShowEdgeWindows();
+       EdgeWindowsShow();
      }
    autosave();
    data = NULL;
===================================================================
RCS file: /cvsroot/enlightenment/e16/e/src/setup.c,v
retrieving revision 1.131
retrieving revision 1.132
diff -u -3 -r1.131 -r1.132
--- setup.c     19 Jun 2004 21:31:40 -0000      1.131
+++ setup.c     29 Jun 2004 13:19:23 -0000      1.132
@@ -87,7 +87,7 @@
                                   }
                                 if (init_win_ext)
                                    XRaiseWindow(disp, init_win_ext);
-                                ShowEdgeWindows();
+                                EdgeWindowsShow();
                                 RaiseProgressbars();
                                 EMapWindow(disp, wlist[i]);
                              }




-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to