Dave forgot to add elm_win_sticky_get prototype into Elementary.h.in
authorDaniel Kolesa <quaker66@gmail.com>
Tue, 13 Oct 2009 17:06:39 +0000 (17:06 +0000)
committerDaniel Kolesa <quaker66@gmail.com>
Tue, 13 Oct 2009 17:06:39 +0000 (17:06 +0000)
SVN revision: 43051

src/lib/Elementary.h.in

index 4114cf5ce751c263696560bbd4a2780c6df0592a..23b43b64b36146f8b7a3f6791c73672be5f19070 100644 (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)