simple-egl: Remove uneeded check

display->wm_base is checked right after handling registry object, and
with it the globals, so there's no to perform and additional check for
xwm_base.

Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
(cherry picked from commit c15699b7f8)
dev
Marius Vlad 2 years ago
parent a158b4353c
commit 870abb1525
  1. 3
      clients/simple-egl.c

@ -399,9 +399,6 @@ create_surface(struct window *window)
if (!window->frame_sync)
eglSwapInterval(display->egl.dpy, 0);
if (!display->wm_base)
return;
if (window->fullscreen)
xdg_toplevel_set_fullscreen(window->xdg_toplevel, NULL);
else if (window->maximized)

Loading…
Cancel
Save