projects
/
platform
/
upstream
/
elementary.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
748ca4a
)
Dave forgot to add elm_win_sticky_get prototype into Elementary.h.in
author
Daniel Kolesa
<quaker66@gmail.com>
Tue, 13 Oct 2009 17:06:39 +0000
(17:06 +0000)
committer
Daniel Kolesa
<quaker66@gmail.com>
Tue, 13 Oct 2009 17:06:39 +0000
(17:06 +0000)
SVN revision: 43051
src/lib/Elementary.h.in
patch
|
blob
|
history
diff --git
a/src/lib/Elementary.h.in
b/src/lib/Elementary.h.in
index 4114cf5ce751c263696560bbd4a2780c6df0592a..23b43b64b36146f8b7a3f6791c73672be5f19070 100644
(file)
--- a/
src/lib/Elementary.h.in
+++ b/
src/lib/Elementary.h.in
@@
-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)