Dave forgot to add elm_win_sticky_get prototype into Elementary.h.in

SVN revision: 43051
This commit is contained in:
Daniel Kolesa 2009-10-13 17:06:39 +00:00
parent 1df3d50ea1
commit 4b813be329
1 changed files with 1 additions and 0 deletions

View File

@ -223,6 +223,7 @@ extern "C" {
EAPI void elm_win_rotation_set(Evas_Object *obj, int rotation);
EAPI int elm_win_rotation_get(Evas_Object *obj);
EAPI void elm_win_sticky_set(Evas_Object *obj, Eina_Bool sticky);
EAPI Eina_Bool elm_win_sticky_get(Evas_Object *obj);
/*...
* ecore_x_icccm_hints_set -> accepts_focus (add to ecore_evas)