From 17ad50c56daa910c36eae2c8248a87bc65e01159 Mon Sep 17 00:00:00 2001 From: Yakov Goldberg Date: Sun, 17 May 2015 15:31:02 +0300 Subject: [PATCH] elm.win.eo: fixed typo Change param type name according to eo file: Elm.Win.Keygrab_Mode --- src/lib/elm_win.eo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/elm_win.eo b/src/lib/elm_win.eo index 8909e45..3f0765e 100644 --- a/src/lib/elm_win.eo +++ b/src/lib/elm_win.eo @@ -1584,7 +1584,7 @@ class Elm.Win (Elm.Widget, Elm_Interface_Atspi_Window, @in Evas_Modifier_Mask modifiers; /*@ This is for the keymask feature. Currently this feature is not supported. */ @in Evas_Modifier_Mask not_modifiers; /*@ This is for the keymask feature. Currently this feature is not supported. */ @in int proirity; /*@ This is for the priority of keygrab. Currently this feature is not supported. */ - @in Elm_Win_Keygrab_Mode grab_mode; /*@ According to the grabmode, it can grab key differently */ + @in Elm.Win.Keygrab_Mode grab_mode; /*@ According to the grabmode, it can grab key differently */ } } keygrab_unset { -- 2.7.4