raster pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=784411800baa93a5a8a1ebcf7d76ecf4c8969e48
commit 784411800baa93a5a8a1ebcf7d76ecf4c8969e48 Author: Carsten Haitzler (Rasterman) <[email protected]> Date: Tue Nov 7 16:39:26 2017 +0900 elm win - note need for other display system code... --- src/lib/elementary/efl_ui_win.c | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/lib/elementary/efl_ui_win.c b/src/lib/elementary/efl_ui_win.c index 1b7ad802e0..3a811ee121 100644 --- a/src/lib/elementary/efl_ui_win.c +++ b/src/lib/elementary/efl_ui_win.c @@ -5612,6 +5612,9 @@ _efl_ui_win_center(Eo *obj, Efl_Ui_Win_Data *sd, Eina_Bool h, Eina_Bool v) } #endif // XXX: what to do with wayland? +// XXX: what to do with win32? +// XXX: what to do with osx/coca? +// etc. return; } // not e - fall back to manually placing on what we think the screen @@ -5632,6 +5635,9 @@ _efl_ui_win_center(Eo *obj, Efl_Ui_Win_Data *sd, Eina_Bool h, Eina_Bool v) } #endif // XXX: what to do with wayland? +// XXX: what to do with win32? +// XXX: what to do with osx/coca? +// etc. } ecore_evas_screen_geometry_get(sd->ee, --
