]> Dogcows Code - chaz/openbox/blobdiff - src/Workspace.cc
handle toolbars and utility windows proper. also, no more crashes from kpager (i...
[chaz/openbox] / src / Workspace.cc
index 7e05e4c91520360ad4cf8b34cb8b061f76c2ee7e..b03ee7b2ea0817b88253db96835d8a480c4bbc1f 100644 (file)
@@ -84,7 +84,7 @@ void Workspace::addWindow(BlackboxWindow *w, bool place, bool sticky) {
   if (place) placeWindow(w);
 
   stackingList.push_front(w);
-    
+
   if (w->isNormal()) {
     if (! sticky) {
       w->setWorkspace(id);
This page took 0.022327 seconds and 4 git commands to generate.