]> Dogcows Code - chaz/openbox/blobdiff - src/Window.hh
dont let focus fall back to strange windows like panels, only to normal windows and...
[chaz/openbox] / src / Window.hh
index 72cefe618a4d4513376922d80ccec88d649c4a09..328b5ffa5bb556ff32bbab11db9eac165dbc55eb 100644 (file)
@@ -321,7 +321,7 @@ public:
   inline bool isMaximizable(void) const { return functions & Func_Maximize; }
   inline bool isResizable(void) const { return functions & Func_Resize; }
   inline bool isClosable(void) const { return functions & Func_Close; }
-  inline bool isDesktop(void) const { return window_type == Type_Desktop; }
+  inline WindowType windowType(void) const { return window_type; }
 
   inline bool hasTitlebar(void) const { return decorations & Decor_Titlebar; }
 
This page took 0.019531 seconds and 4 git commands to generate.