Enlightenment CVS committal

Author  : raster
Project : e17
Module  : proto/python-efl

Dir     : e17/proto/python-efl/python-ecore/ecore/evas


Modified Files:
        ecore.evas.c_ecore_evas_base_x11.pxi 


Log Message:


oops - missing call. add back in

===================================================================
RCS file: 
/cvs/e/e17/proto/python-efl/python-ecore/ecore/evas/ecore.evas.c_ecore_evas_base_x11.pxi,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- ecore.evas.c_ecore_evas_base_x11.pxi        1 Oct 2007 05:09:43 -0000       
1.2
+++ ecore.evas.c_ecore_evas_base_x11.pxi        26 Jul 2008 16:09:32 -0000      
1.3
@@ -16,3 +16,8 @@
         x_cursor = ecore_x_cursor_shape_get(shape)
         x_win = self.window
         ecore_x_window_cursor_set(x_win, x_cursor)
+
+    def x_window_virtual_keyboard_state_set(self, int type):
+        cdef Ecore_X_Window x_win
+        x_win = self.window
+        ecore_x_e_virtual_keyboard_state_set(x_win, type)



-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to