From d257d872dc994d3bdd51be8c6ac8c93599bbc42f Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Fri, 3 Feb 2017 15:13:48 -0500 Subject: [PATCH] use 1x1 for unsized (internal) clients this was a typo --- src/bin/e_comp_wl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/e_comp_wl.c b/src/bin/e_comp_wl.c index bcdacda61..6307b3d00 100644 --- a/src/bin/e_comp_wl.c +++ b/src/bin/e_comp_wl.c @@ -1820,7 +1820,7 @@ _e_comp_wl_compositor_cb_surface_create(struct wl_client *client, struct wl_reso if (ec->new_client) e_comp->new_clients--; ec->new_client = 0; - if ((!ec->client.w) && (ec->client.h)) + if ((!ec->client.w) && (!ec->client.h)) ec->client.w = ec->client.h = 1; ec->comp_data->surface = res; ec->netwm.pid = pid;