efl/evas_w32/engine: Add and declare a variable.
authorStefan Schmidt <stefan@datenfreihafen.org>
Mon, 11 Feb 2013 13:27:20 +0000 (13:27 +0000)
committerStefan Schmidt <stefan@datenfreihafen.org>
Mon, 11 Feb 2013 13:27:20 +0000 (13:27 +0000)
iface is already be used in the code but not available as variable at all.

*spank, spank*

SVN revision: 83825

src/modules/ecore_evas/engines/win32/ecore_evas_win32.c

index 6ab3010..cb21c32 100644 (file)
@@ -1330,6 +1330,7 @@ _ecore_evas_win32_new_internal(int (*_ecore_evas_engine_init)(Ecore_Evas *ee),
 {
    Ecore_Evas *ee;
    Ecore_Evas_Engine_Data_Win32 *wdata;
+   Ecore_Evas_Interface_Win32 *iface;
 
    if (!ecore_win32_init())
      return NULL;