summaryrefslogtreecommitdiff
path: root/src/vwm.c
diff options
context:
space:
mode:
authorVito Caputo <vcaputo@pengaru.com>2020-12-23 18:24:23 -0800
committerVito Caputo <vcaputo@pengaru.com>2020-12-23 18:25:55 -0800
commitd564d06b1ce89e90e1aacc5433b5eabd38270973 (patch)
tree18cac48f7687c9cbacf343baa6c9c047c81befd7 /src/vwm.c
parent3161db573424a554b536aaa492397341b84683ce (diff)
desktop: drop unused desktop names
At some point I wanted to support naming virtual desktops, but that never materialized and I don't find myself wishing it was there.
Diffstat (limited to 'src/vwm.c')
-rw-r--r--src/vwm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vwm.c b/src/vwm.c
index a9dc184..0e47fb0 100644
--- a/src/vwm.c
+++ b/src/vwm.c
@@ -134,7 +134,7 @@ static vwm_t * vwm_startup(void)
XSetInputFocus(VWM_XDISPLAY(vwm), VWM_XROOT(vwm), RevertToPointerRoot, CurrentTime);
/* create initial virtual desktop */
- vwm_desktop_focus(vwm, vwm_desktop_create(vwm, NULL));
+ vwm_desktop_focus(vwm, vwm_desktop_create(vwm));
vwm_desktop_mru(vwm, vwm->focused_desktop);
/* manage all preexisting windows */
© All Rights Reserved