const++
authorcaro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sun, 2 Nov 2008 08:40:27 +0000 (08:40 +0000)
committercaro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sun, 2 Nov 2008 08:40:27 +0000 (08:40 +0000)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@37405 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/ecore_evas/ecore_evas_win32.c

index b1735a6..80e4db6 100644 (file)
@@ -924,7 +924,7 @@ _ecore_evas_win32_fullscreen_set(Ecore_Evas *ee, int on)
 
 
 static void *
-_ecore_evas_win32_window_get(Ecore_Evas *ee)
+_ecore_evas_win32_window_get(const Ecore_Evas *ee)
 {
    return ee->engine.win32.window;
 }