raster pushed a commit to branch master.

http://git.enlightenment.org/core/elementary.git/commit/?id=3d62964348c96b35a06e5460fd297833feb1f35f

commit 3d62964348c96b35a06e5460fd297833feb1f35f
Author: Carsten Haitzler (Rasterman) <[email protected]>
Date:   Sat Mar 8 23:44:04 2014 +0900

    wtf? returning an _X_ window should not return a win32 window handle!
    
    remove the return of a win32 window handle in getting an x window
    handle. wrong wrong wrong!
---
 src/lib/elm_win.c | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/src/lib/elm_win.c b/src/lib/elm_win.c
index d72c3a0..d83deb7 100644
--- a/src/lib/elm_win.c
+++ b/src/lib/elm_win.c
@@ -1760,10 +1760,6 @@ _elm_ee_xwin_get(const Ecore_Evas *ee)
      {
         return ecore_evas_gl_x11_window_get(ee);
      }
-   else if (!strcmp(engine_name, ELM_SOFTWARE_WIN32))
-     {
-        return (long)ecore_evas_win32_window_get(ee);
-     }
 #endif
    return 0;
 }

-- 


Reply via email to