]> Dogcows Code - chaz/openbox/blobdiff - src/Netizen.cc
changing the fix for fonts clipping in the titlebar. broken fonts (e.g. gelly caused...
[chaz/openbox] / src / Netizen.cc
index 22d47958eb64adc7dc49a7c19e44cceb6d0df068..bb1594838725c568407b309baefd87ef639bbf44 100644 (file)
@@ -53,7 +53,7 @@ Netizen::Netizen(BScreen *scr, Window win) {
 
 void Netizen::sendWorkspaceCount(void) {
   event.xclient.data.l[0] = basedisplay->getOpenboxNotifyWorkspaceCountAtom();
-  event.xclient.data.l[1] = screen->getCount();
+  event.xclient.data.l[1] = screen->getWorkspaceCount();
 
   XSendEvent(basedisplay->getXDisplay(), window, False, NoEventMask, &event);
 }
This page took 0.024295 seconds and 4 git commands to generate.