cedric pushed a commit to branch master.

commit 7da76cf25a1ad428dc04ff3d4191795aab304ed7
Author: Cedric Bail <[email protected]>
Date:   Sun Mar 10 11:35:01 2013 +0100

    ecore_evas: remove warning.
---
 src/modules/ecore_evas/engines/win32/ecore_evas_win32.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/modules/ecore_evas/engines/win32/ecore_evas_win32.c 
b/src/modules/ecore_evas/engines/win32/ecore_evas_win32.c
index 73012e4..57fb2fc 100644
--- a/src/modules/ecore_evas/engines/win32/ecore_evas_win32.c
+++ b/src/modules/ecore_evas/engines/win32/ecore_evas_win32.c
@@ -628,7 +628,7 @@ _ecore_evas_win32_rotation_set_internal(Ecore_Evas *ee, int 
rotation)
 }
 
 static void
-_ecore_evas_win32_rotation_set(Ecore_Evas *ee, int rotation, int resize)
+_ecore_evas_win32_rotation_set(Ecore_Evas *ee, int rotation, int resize 
EINA_UNUSED)
 {
    INF("ecore evas rotation: %s", rotation ? "yes" : "no");
 
@@ -1054,7 +1054,7 @@ _ecore_evas_win32_alpha_set(Ecore_Evas *ee, int alpha)
 }
 
 static void
-_ecore_evas_win32_screen_dpi_get(const Ecore_Evas *ee, int *xdpi, int *ydpi)
+_ecore_evas_win32_screen_dpi_get(const Ecore_Evas *ee EINA_UNUSED, int *xdpi, 
int *ydpi)
 {
    HDC dc;
 
@@ -1324,7 +1324,7 @@ _ecore_evas_engine_opengl_glew_init(Ecore_Evas *ee)
 #endif /* BUILD_ECORE_EVAS_OPENGL_GLEW */
 
 static Ecore_Evas *
-_ecore_evas_win32_new_internal(int (*_ecore_evas_engine_init)(Ecore_Evas *ee),
+_ecore_evas_win32_new_internal(int 
(*_ecore_evas_engine_backend_init)(Ecore_Evas *ee),
                                Ecore_Win32_Window *parent,
                                int                 x,
                                int                 y,
@@ -1392,7 +1392,7 @@ _ecore_evas_win32_new_internal(int 
(*_ecore_evas_engine_init)(Ecore_Evas *ee),
         return NULL;
      }
 
-   if (!_ecore_evas_engine_init(ee))
+   if (!_ecore_evas_engine_backend_init(ee))
      {
         _ecore_evas_win32_shutdown();
         free(ee);

-- 

------------------------------------------------------------------------------
Symantec Endpoint Protection 12 positioned as A LEADER in The Forrester  
Wave(TM): Endpoint Security, Q1 2013 and "remains a good choice" in the  
endpoint security space. For insight on selecting the right partner to 
tackle endpoint security challenges, access the full report. 
http://p.sf.net/sfu/symantec-dev2dev

Reply via email to