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 
Added Files:
        ecore_x_test.c 


Log Message:


add xtest faking key support.

===================================================================
RCS file: /cvs/e/e17/libs/ecore/src/lib/ecore_x/Ecore_X.h,v
retrieving revision 1.196
retrieving revision 1.197
diff -u -3 -r1.196 -r1.197
--- Ecore_X.h   7 Mar 2008 11:02:22 -0000       1.196
+++ Ecore_X.h   28 Mar 2008 14:38:35 -0000      1.197
@@ -1681,7 +1681,9 @@
 EAPI void              ecore_x_dpms_timeout_suspend_set(unsigned int 
new_timeout);
 EAPI void              ecore_x_dpms_timeout_off_set(unsigned int new_timeout);
 
-
+EAPI int ecore_x_test_fake_key_down(const char *key);
+EAPI int ecore_x_test_fake_key_up(const char *key);
+       
 #ifdef __cplusplus
 }
 #endif
===================================================================
RCS file: /cvs/e/e17/libs/ecore/src/lib/ecore_x/Makefile.am,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -3 -r1.40 -r1.41
--- Makefile.am 4 Nov 2007 09:29:20 -0000       1.40
+++ Makefile.am 28 Mar 2008 14:38:35 -0000      1.41
@@ -13,6 +13,7 @@
 @XCB_XFIXES_CFLAGS@ \
 @XCB_XINERAMA_CFLAGS@ \
 @XCB_XPRINT_CFLAGS@ \
[EMAIL PROTECTED]@ \
 @XCB_CFLAGS@ \
 -I$(top_srcdir)/src/lib/ecore \
 -I$(top_srcdir)/src/lib/ecore_txt \
@@ -30,6 +31,7 @@
 @XRANDR_CFLAGS@ \
 @XRENDER_CFLAGS@ \
 @XSS_CFLAGS@ \
[EMAIL PROTECTED]@ \
 @x_cflags@ \
 -I$(top_srcdir)/src/lib/ecore \
 -I$(top_srcdir)/src/lib/ecore_txt \
@@ -85,6 +87,7 @@
 @XCB_XFIXES_LIBS@ \
 @XCB_XINERAMA_LIBS@ \
 @XCB_XPRINT_LIBS@ \
[EMAIL PROTECTED]@ \
 @XCB_LIBS@ \
 $(top_builddir)/src/lib/ecore/libecore.la \
 $(top_builddir)/src/lib/ecore_txt/libecore_txt.la
@@ -130,6 +133,7 @@
 ecore_x_dpms.c \
 ecore_x_drawable.c \
 ecore_x_cursor.c \
+ecore_x_test.c \
 ecore_x_private.h
 
 libecore_x_la_LIBADD = \
@@ -143,6 +147,7 @@
 @XRANDR_LIBS@ \
 @XRENDER_LIBS@ \
 @XSS_LIBS@ \
[EMAIL PROTECTED]@ \
 @x_libs@ \
 $(top_builddir)/src/lib/ecore/libecore.la \
 $(top_builddir)/src/lib/ecore_txt/libecore_txt.la
@@ -185,4 +190,5 @@
 ecore_x_dpms.c \
 ecore_x_drawable.c \
 ecore_x_cursor.c \
+ecore_x_test.c \
 ecore_x_private.h



-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to