]> Dogcows Code - chaz/openbox/blobdiff - src/blackbox.cc
make the wheel mouse shade anywhere on the titlebar, and not press buttons. thanks...
[chaz/openbox] / src / blackbox.cc
index 6bd47f9c4fee61fdf6e7eacb49d4fdac5737b729..ae3b5ead51865af7bff0b618ce94c300f3120f9b 100644 (file)
@@ -710,9 +710,11 @@ void Blackbox::process_event(XEvent *e) {
         if (win) {
           if (win->isIconic())
             win->deiconify(False, True);
+          if (win->isShaded())
+            win->shade();
           if (win->isVisible() && win->setInputFocus()) {
-            //win->getScreen()->getWorkspace(win->getWorkspaceNumber())->
-            //  raiseWindow(win);
+            win->getScreen()->getWorkspace(win->getWorkspaceNumber())->
+              raiseWindow(win);
             win->installColormap(True);
           }
         }
This page took 0.024449 seconds and 4 git commands to generate.