From 711a7d8c5623814c374ed6f56476bc616cb9391f Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Tue, 7 Jan 2003 02:24:43 +0000 Subject: supply python routines for next/prev workspace --- otk/display.hh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'otk/display.hh') diff --git a/otk/display.hh b/otk/display.hh index 0fbf2b34..ee8fecbd 100644 --- a/otk/display.hh +++ b/otk/display.hh @@ -96,6 +96,8 @@ public: */ static const ScreenInfo* screenInfo(int snum); + 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 -- cgit v1.2.3