summaryrefslogtreecommitdiff
path: root/src/vwm.c
diff options
context:
space:
mode:
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