Ecore-X: Add cursor_shape_get()

This commit is contained in:
Kai Huuhko 2015-03-13 19:48:15 +02:00
parent 4ccea0f35d
commit 6036567b41
1 changed files with 3 additions and 0 deletions

View File

@ -297,6 +297,9 @@ def screensaver_resume():
""" .. versionadded:: 1.11 """
ecore_x_screensaver_resume()
def cursor_shape_get(int shape):
""" .. versionadded:: 1.14 """
return ecore_x_cursor_shape_get(shape)
include "efl.ecore_x_window.pxi"
include "efl.ecore_x_events.pxi"