win: Avoid a warning
authorJean-Philippe Andre <jp.andre@samsung.com>
Thu, 18 Jan 2018 07:20:21 +0000 (16:20 +0900)
committerWonki Kim <wonki_.kim@samsung.com>
Tue, 3 Apr 2018 04:28:23 +0000 (13:28 +0900)
I still hate those types.
warning: case value not in enumerated type 'Efl_Ui_Win_Type' [-Wswitch]

src/lib/elementary/efl_ui_win.c

index 5efecc5..2ed459a 100644 (file)
@@ -127,7 +127,7 @@ struct _Efl_Ui_Win_Data
    } win32;
 #endif
 
-   Efl_Ui_Win_Type                   type;
+   unsigned /* Efl_Ui_Win_Type */    type;
    Efl_Ui_Win_Keyboard_Mode          kbdmode;
    Efl_Ui_Win_Indicator_Mode         indimode;
 // TIZEN_ONLY(20150707): elm_conform for wayland, and signal if parts are changed