ecore_evas_win32: Fix build regression in ecore evas win32 engine

Regression introduced with fb59ac34a1
Simple typo during Eina_Bool convertion.
This commit is contained in:
Stefan Schmidt 2014-01-13 13:36:28 +01:00
parent 25fa72e295
commit 384783a896
1 changed files with 1 additions and 1 deletions

View File

@ -908,7 +908,7 @@ _ecore_evas_win32_override_set(Ecore_Evas *ee, Eina_Bool on)
}
static void
_ecore_evas_win32_fullscreen_set(Ecore_Evas *ee, Eina_Boo on)
_ecore_evas_win32_fullscreen_set(Ecore_Evas *ee, Eina_Bool on)
{
struct _Ecore_Win32_Window *window;
Ecore_Evas_Engine_Data_Win32 *wdata = ee->engine.data;