Skip to content

Commit 4b6078f

Browse files
committed
wmspec.c: update _NET_CURRENT_DESKTOP at startup. Related to issue #497.
1 parent 22f646f commit 4b6078f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Applications/Workspace/WM/wmspec.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -678,6 +678,7 @@ void wNETWMInitStuff(WScreen *scr)
678678
updateClientListStacking(scr, NULL);
679679
updateDesktopCount(scr);
680680
updateDesktopNames(scr);
681+
updateCurrentDesktop(scr);
681682
updateShowDesktop(scr, False);
682683

683684
wScreenUpdateUsableArea(scr);

0 commit comments

Comments
 (0)