jeyzu pushed a commit to branch master.

http://git.enlightenment.org/core/elementary.git/commit/?id=a24900fb3e10cd1f02b62207704e1b7207373336

commit a24900fb3e10cd1f02b62207704e1b7207373336
Author: Jérémy Zurcher <jer...@asynk.ch>
Date:   Thu Aug 13 21:41:27 2015 +0200

    win: declare elm_win_wm_rotation_available_rotations_set
    
    this should not have been removed in a0fdbad
---
 src/lib/elm_win.eo | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/lib/elm_win.eo b/src/lib/elm_win.eo
index e69103b..45410bb 100644
--- a/src/lib/elm_win.eo
+++ b/src/lib/elm_win.eo
@@ -264,6 +264,7 @@ class Elm.Win (Elm.Widget, Elm_Interface_Atspi_Window,
 
               @since 1.9
             ]]
+            legacy: elm_win_wm_rotation_available_rotations_set;
             values {
                rotations: const(int)*; [[The array of rotation value.]]
                count: uint; [[The size of the rotations array.]]

-- 


Reply via email to