From d1740203ce9a4cb1c778abc27fba6439a23f855f Mon Sep 17 00:00:00 2001 From: okan Date: Mon, 4 Mar 2019 14:36:02 +0000 Subject: _NET_WORKAREA needs ngroups, so screen_update_geometry() needs to come after conf_group(). --- screen.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'screen.c') diff --git a/screen.c b/screen.c index e514e29..8b01115 100644 --- a/screen.c +++ b/screen.c @@ -15,7 +15,7 @@ * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * - * $OpenBSD: screen.c,v 1.89 2019/03/01 14:32:01 okan Exp $ + * $OpenBSD: screen.c,v 1.90 2019/03/04 14:36:02 okan Exp $ */ #include @@ -59,8 +59,8 @@ screen_init(int which) xu_ewmh_net_supported(sc); xu_ewmh_net_supported_wm_check(sc); - screen_update_geometry(sc); conf_group(sc); + screen_update_geometry(sc); xu_ewmh_net_desktop_names(sc); xu_ewmh_net_wm_desktop_viewport(sc); -- cgit v1.2.3-2-gb3c3