diff options
Diffstat (limited to 'src/lib/elm_win.c')
-rw-r--r-- | src/lib/elm_win.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/elm_win.c b/src/lib/elm_win.c index ff52d3b6e..05fbcecdd 100644 --- a/src/lib/elm_win.c +++ b/src/lib/elm_win.c @@ -228,8 +228,8 @@ struct _Elm_Win_Data }; static const char SIG_DELETE_REQUEST[] = "delete,request"; -static const char SIG_FOCUS_OUT[] = "focus,out"; // deprecated. use "focused" instead. -static const char SIG_FOCUS_IN[] = "focus,in"; // deprecated. use "unfocused" instead. +static const char SIG_FOCUS_OUT[] = "focus,out"; // deprecated. use "unfocused" instead. +static const char SIG_FOCUS_IN[] = "focus,in"; // deprecated. use "focused" instead. static const char SIG_MOVED[] = "moved"; static const char SIG_WITHDRAWN[] = "withdrawn"; static const char SIG_ICONIFIED[] = "iconified"; |