]> Dogcows Code - chaz/openbox/blobdiff - otk/display.hh
use client messages to switch desktops/move windows between desktops
[chaz/openbox] / otk / display.hh
index 0fbf2b34bf3dfe80aaf90751c0cbe2c4b5a2f460..ed469a6c5c79e9acfa85a9e2bf7f979c532c403f 100644 (file)
@@ -96,6 +96,9 @@ public:
   */
   static const ScreenInfo* screenInfo(int snum);
 
+  //! Find a ScreenInfo based on a root window
+  static const ScreenInfo* findScreen(Window root);
+
   //! Returns if the display has the shape extention available
   inline static bool shape() { return _shape; }
   //! Returns the shape extension's event base
This page took 0.020702 seconds and 4 git commands to generate.