Skip to content

Instantly share code, notes, and snippets.

@ThomasAdam
Created March 8, 2016 10:10
Show Gist options
  • Save ThomasAdam/727d8b230a5b94431619 to your computer and use it in GitHub Desktop.
Save ThomasAdam/727d8b230a5b94431619 to your computer and use it in GitHub Desktop.
VirtualDesk
cvs diff
Index: virtual.c
===================================================================
RCS file: /home/cvs/fvwm/fvwm/fvwm/virtual.c,v
retrieving revision 1.189.4.4
diff -u -p -r1.189.4.4 virtual.c
--- virtual.c 20 Sep 2014 00:28:59 -0000 1.189.4.4
+++ virtual.c 8 Mar 2016 10:09:51 -0000
@@ -2502,8 +2502,8 @@ void CMD_DesktopName(F_CMD_ARGS)
}
BroadcastConfigInfoString(msg);
free(msg);
- EWMH_SetDesktopNames();
}
+ EWMH_SetDesktopNames();
return;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment