From 870abb15259afc7f59f9c0493db5186c357f9d45 Mon Sep 17 00:00:00 2001 From: Marius Vlad Date: Wed, 27 Apr 2022 17:11:58 +0300 Subject: [PATCH] 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 (cherry picked from commit c15699b7f811d21528f04085655943fe75d2a79b) --- clients/simple-egl.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/clients/simple-egl.c b/clients/simple-egl.c index 4c3ad682..93ff3e59 100644 --- a/clients/simple-egl.c +++ b/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)