SVN revision: 37405
This commit is contained in:
Vincent Torri 2008-11-02 08:40:27 +00:00
parent f90666e89b
commit 36a04eb80a
1 changed files with 1 additions and 1 deletions

View 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;
}