Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/ecore

Dir     : e17/libs/ecore/src/lib/ecore_x


Modified Files:
        Ecore_X.h Makefile.am ecore_x.c 
Added Files:
        ecore_x_e.c 


Log Message:


add an "old e hints" codebase

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ecore/src/lib/ecore_x/Ecore_X.h,v
retrieving revision 1.98
retrieving revision 1.99
diff -u -3 -r1.98 -r1.99
--- Ecore_X.h   9 Mar 2005 23:11:47 -0000       1.98
+++ Ecore_X.h   14 Mar 2005 15:32:06 -0000      1.99
@@ -1108,6 +1108,10 @@
 EAPI void                ecore_x_netwm_frame_size_set(Ecore_X_Window win, int 
fl, int fr, int ft, int fb);
 EAPI int                 ecore_x_netwm_frame_size_get(Ecore_X_Window win, int 
*fl, int *fr, int *ft, int *fb);
 
+EAPI void                ecore_x_e_init(void);
+EAPI void                ecore_x_e_frame_size_set(Ecore_X_Window win, int fl, 
int fr, int ft, int fb);
+       
+   
 EAPI int                 ecore_x_xinerama_screen_count_get(void);
 EAPI int                 ecore_x_xinerama_screen_geometry_get(int screen, int 
*x, int *y, int *w, int *h);
    
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ecore/src/lib/ecore_x/Makefile.am,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -3 -r1.20 -r1.21
--- Makefile.am 10 Mar 2005 15:19:43 -0000      1.20
+++ Makefile.am 14 Mar 2005 15:32:08 -0000      1.21
@@ -32,6 +32,7 @@
 ecore_x_icccm.c \
 ecore_x_netwm.c \
 ecore_x_mwm.c \
+ecore_x_e.c \
 ecore_x_selection.c \
 ecore_x_window.c \
 ecore_x_window_prop.c \
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ecore/src/lib/ecore_x/ecore_x.c,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -3 -r1.66 -r1.67
--- ecore_x.c   2 Mar 2005 07:06:43 -0000       1.66
+++ ecore_x.c   14 Mar 2005 15:32:08 -0000      1.67
@@ -325,6 +325,9 @@
    /* Set up the _NET_... hints */
    ecore_x_netwm_init();
 
+   /* old e hints init */
+   ecore_x_e_init();
+   
    /* This is just to be anal about naming conventions */
    ECORE_X_ATOM_SELECTION_PRIMARY        = XA_PRIMARY;
    ECORE_X_ATOM_SELECTION_SECONDARY      = XA_SECONDARY;




-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to