summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-01-07 04:06:34 +0000
committerDana Jansens <danakj@orodu.net>2003-01-07 04:06:34 +0000
commit85b0dc80cff679d964820159de018a6e89997184 (patch)
treee9f95e059c1fe31fdb029296c904f4ad8f1fcc1a
parentd833fb1ecc6a65a8bccbbe15e372904f4bf17f23 (diff)
add comment for findScreen
-rw-r--r--otk/display.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/otk/display.hh b/otk/display.hh
index ee8fecbd..ed469a6c 100644
--- a/otk/display.hh
+++ b/otk/display.hh
@@ -96,6 +96,7 @@ 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