[oe-commits] Angus Ainslie : python-ecore: add some bindings

GIT User account git at amethyst.openembedded.net
Sat May 16 05:00:30 UTC 2009


Module: openembedded.git
Branch: fso/milestone5.5
Commit: 939f6da6810be27f7de9b302637682f4eafcd74f
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=939f6da6810be27f7de9b302637682f4eafcd74f

Author: Angus Ainslie <nytowl at openmoko.org>
Date:   Fri May 15 22:57:14 2009 -0600

python-ecore: add some bindings

---

 recipes/python/python-ecore/ecore-x.patch |   13 +++++++++++++
 1 files changed, 13 insertions(+), 0 deletions(-)

diff --git a/recipes/python/python-ecore/ecore-x.patch b/recipes/python/python-ecore/ecore-x.patch
new file mode 100644
index 0000000..2336cc4
--- /dev/null
+++ b/recipes/python/python-ecore/ecore-x.patch
@@ -0,0 +1,13 @@
+--- python-ecore/ecore/x/ecore.x.c_ecore_x_window.pxi-orig   2009-05-15 15:21:05.000000000 -0400
++++ python-ecore/ecore/x/ecore.x.c_ecore_x_window.pxi        2009-05-15 15:20:36.000000000 -0400
+@@ -428,5 +428,9 @@
+         return (bool(accepts_focus), initial_state, icon_pixmap, icon_mask,
+                 icon_window, window_group, bool(is_urgent))
+ 
++    def x_window_virtual_keyboard_state_set(self, Ecore_X_Virtual_Keyboard_State type):
++        cdef Ecore_X_Window x_win
++        x_win = self.xid
++        ecore_x_e_virtual_keyboard_state_set(x_win, type)
+ 
+ 
+ def Window_from_xid(unsigned long xid):
\ No newline at end of file





More information about the Openembedded-commits mailing list