diff options
Diffstat (limited to '')
-rw-r--r-- | src/lib/elementary/efl_ui_win.c | 6 |
1 files changed, 6 insertions, 0 deletions
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) | |||
5612 | } | 5612 | } |
5613 | #endif | 5613 | #endif |
5614 | // XXX: what to do with wayland? | 5614 | // XXX: what to do with wayland? |
5615 | // XXX: what to do with win32? | ||
5616 | // XXX: what to do with osx/coca? | ||
5617 | // etc. | ||
5615 | return; | 5618 | return; |
5616 | } | 5619 | } |
5617 | // not e - fall back to manually placing on what we think the screen | 5620 | // 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) | |||
5632 | } | 5635 | } |
5633 | #endif | 5636 | #endif |
5634 | // XXX: what to do with wayland? | 5637 | // XXX: what to do with wayland? |
5638 | // XXX: what to do with win32? | ||
5639 | // XXX: what to do with osx/coca? | ||
5640 | // etc. | ||
5635 | } | 5641 | } |
5636 | 5642 | ||
5637 | ecore_evas_screen_geometry_get(sd->ee, | 5643 | ecore_evas_screen_geometry_get(sd->ee, |