summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Michael <cp.michael@samsung.com>2013-06-24 09:15:34 +0100
committerChris Michael <cp.michael@samsung.com>2013-06-24 09:15:34 +0100
commita665e6320f5c7095195c070bbe295b4668179dad (patch)
tree149e657032a2f79771c78599f6656f0310af4480
parentf833318fb2843889eee2df79a3a274f541df861a (diff)
downloadefl-a665e6320f5c7095195c070bbe295b4668179dad.tar.gz
Remove call to wl_display_get_serial as it's a server-side function,
not client-side. Signed-off-by: Chris Michael <cp.michael@samsung.com>
-rw-r--r--src/lib/ecore_wayland/ecore_wl_window.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/ecore_wayland/ecore_wl_window.c b/src/lib/ecore_wayland/ecore_wl_window.c
index ab4d70ded0..a9fa926b79 100644
--- a/src/lib/ecore_wayland/ecore_wl_window.c
+++ b/src/lib/ecore_wayland/ecore_wl_window.c
@@ -311,7 +311,7 @@ ecore_wl_window_show(Ecore_Wl_Window *win)
case ECORE_WL_WINDOW_TYPE_MENU:
wl_shell_surface_set_popup(win->shell_surface,
_ecore_wl_disp->input->seat,
- wl_display_get_serial(_ecore_wl_disp->wl.display),
+ _ecore_wl_disp->serial,
win->parent->surface,
win->allocation.x, win->allocation.y, 0);
break;