Enlightenment CVS committal

Author  : sebastid
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_border.c e_border.h 


Log Message:
ecore_x update.

===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_border.c,v
retrieving revision 1.251
retrieving revision 1.252
diff -u -3 -r1.251 -r1.252
--- e_border.c  8 Jun 2005 14:06:28 -0000       1.251
+++ e_border.c  10 Jun 2005 04:19:45 -0000      1.252
@@ -1484,7 +1484,7 @@
        ecore_x_window_delete_request_send(bd->client.win);
        if (bd->client.netwm.ping)
          {
-            ecore_x_netwm_ping(bd->client.win);
+            ecore_x_netwm_ping_send(bd->client.win);
             bd->ping = ecore_time_get();
          }
      }
@@ -3262,7 +3262,7 @@
    if (bd->client.icccm.fetch.machine)
      {
        if (bd->client.icccm.machine) free(bd->client.icccm.machine);
-       bd->client.icccm.machine = 
ecore_x_window_prop_client_machine_get(bd->client.win);
+       bd->client.icccm.machine = 
ecore_x_icccm_client_machine_get(bd->client.win);
        bd->client.icccm.fetch.machine = 0;
      }
    if (bd->client.icccm.fetch.hints)
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_border.h,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -3 -r1.71 -r1.72
--- e_border.h  7 Jun 2005 13:16:24 -0000       1.71
+++ e_border.h  10 Jun 2005 04:19:46 -0000      1.72
@@ -198,12 +198,12 @@
         struct {
            unsigned char modal : 1;
            unsigned char sticky : 1;
-           unsigned char shaded : 1;
-           unsigned char hidden : 1;
            unsigned char maximized_v : 1;
            unsigned char maximized_h : 1;
+           unsigned char shaded : 1;
            unsigned char skip_taskbar : 1;
            unsigned char skip_pager : 1;
+           unsigned char hidden : 1;
            unsigned char fullscreen : 1;
            E_Stacking    stacking;
         } state;




-------------------------------------------------------
This SF.Net email is sponsored by: NEC IT Guy Games.  How far can you shotput
a projector? How fast can you ride your desk chair down the office luge track?
If you want to score the big prize, get to know the little guy.  
Play to win an NEC 61" plasma display: http://www.necitguy.com/?r=20
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to