]> Dogcows Code - chaz/openbox/blobdiff - src/Screen.cc
dont let focus fall back to strange windows like panels, only to normal windows and...
[chaz/openbox] / src / Screen.cc
index a01b08874e1c1a75ad6d0a2c990ff630a3e6b89e..f4c3dcadbee13b1c2bc5237535b1f0ef38a54dc0 100644 (file)
@@ -1189,7 +1189,7 @@ void BScreen::manageWindow(Window w) {
   BlackboxWindow *win = blackbox->searchWindow(w);
   if (! win)
     return;
-  if (win->isDesktop()) {
+  if (win->windowType() == BlackboxWindow::Type_Desktop) {
     // desktop windows cant do anything, so we remove all the normal window
     // stuff from them, they are only kept around so that we can keep them on
     // the bottom of the z-order
This page took 0.02071 seconds and 4 git commands to generate.