diff options
Diffstat (limited to 'src/lib/elementary/efl_ui_win.c')
-rw-r--r-- | src/lib/elementary/efl_ui_win.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/elementary/efl_ui_win.c b/src/lib/elementary/efl_ui_win.c index 58b7fc1171..4904a13e10 100644 --- a/src/lib/elementary/efl_ui_win.c +++ b/src/lib/elementary/efl_ui_win.c | |||
@@ -4138,7 +4138,7 @@ _elm_win_frame_cb_menu(void *data, | |||
4138 | int x, y, wx, wy; | 4138 | int x, y, wx, wy; |
4139 | 4139 | ||
4140 | if (!sd->wl.win) return; | 4140 | if (!sd->wl.win) return; |
4141 | evas_canvas_pointer_canvas_xy_get(sd->evas, &x, &y); | 4141 | evas_pointer_canvas_xy_get(sd->evas, &x, &y); |
4142 | ecore_wl2_window_geometry_get(sd->wl.win, &wx, &wy, NULL, NULL); | 4142 | ecore_wl2_window_geometry_get(sd->wl.win, &wx, &wy, NULL, NULL); |
4143 | if (x < 0) x += wx; | 4143 | if (x < 0) x += wx; |
4144 | if (y < 0) y += wy; | 4144 | if (y < 0) y += wy; |