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_private.h 
Added Files:
        ecore_x_xinerama.c 


Log Message:


i added xinerama supprot to ecore...

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ecore/src/lib/ecore_x/Ecore_X.h,v
retrieving revision 1.90
retrieving revision 1.91
diff -u -3 -r1.90 -r1.91
--- Ecore_X.h   5 Jan 2005 23:35:16 -0000       1.90
+++ Ecore_X.h   10 Jan 2005 13:11:48 -0000      1.91
@@ -1099,6 +1099,8 @@
    EAPI void                ecore_x_netwm_window_state_set(Ecore_X_Window win, 
Ecore_X_Window_State state, int on);
    EAPI int                 ecore_x_netwm_window_state_isset(Ecore_X_Window 
win, Ecore_X_Window_State state);
 
+   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);
    
    /* FIXME: these funcs need categorising */
    EAPI void            ecore_x_drawable_geometry_get(Ecore_X_Drawable d, 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.18
retrieving revision 1.19
diff -u -3 -r1.18 -r1.19
--- Makefile.am 4 Jan 2005 14:07:03 -0000       1.18
+++ Makefile.am 10 Jan 2005 13:11:49 -0000      1.19
@@ -2,6 +2,7 @@
 
 INCLUDES = \
 @Xcursor_cflags@ \
[EMAIL PROTECTED]@ \
 @x_cflags@ \
 -I$(top_srcdir)/src/lib/ecore \
 -I$(top_srcdir)/src/lib/ecore_txt \
@@ -37,10 +38,12 @@
 ecore_x_window_shape.c \
 ecore_x_pixmap.c \
 ecore_x_gc.c \
+ecore_x_xinerama.c \
 ecore_x_private.h
 
 libecore_x_la_LIBADD = \
 @Xcursor_libs@ \
[EMAIL PROTECTED]@ \
 @x_ldflags@ \
 @x_libs@ \
 $(top_builddir)/src/lib/ecore/libecore.la \
===================================================================
RCS file: 
/cvsroot/enlightenment/e17/libs/ecore/src/lib/ecore_x/ecore_x_private.h,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -3 -r1.35 -r1.36
--- ecore_x_private.h   4 Jan 2005 10:26:17 -0000       1.35
+++ ecore_x_private.h   10 Jan 2005 13:11:49 -0000      1.36
@@ -20,6 +20,9 @@
 #ifdef ECORE_XCURSOR
 #include <X11/Xcursor/Xcursor.h>
 #endif
+#ifdef ECORE_XINERAMA
+#include <X11/extensions/Xinerama.h>
+#endif
 
 #include "Ecore_X.h"
 




-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to