aboutsummaryrefslogtreecommitdiffstats
path: root/screen.c
diff options
context:
space:
mode:
authorokan2019-03-04 14:36:02 +0000
committerokan2019-03-04 14:36:02 +0000
commitd1740203ce9a4cb1c778abc27fba6439a23f855f (patch)
tree29bf8847353b0574e2ceecf15a96115957e140e3 /screen.c
parent0108eead09f301176b49ca9a47cf32d26714f2a9 (diff)
downloadcwm-d1740203ce9a4cb1c778abc27fba6439a23f855f.tar.gz
_NET_WORKAREA needs ngroups, so screen_update_geometry() needs to come after
conf_group().
Diffstat (limited to '')
-rw-r--r--screen.c4
1 files changed, 2 insertions, 2 deletions
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 <sys/types.h>
@@ -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);