From: Dana Jansens Date: Tue, 7 Jan 2003 04:06:34 +0000 (+0000) Subject: add comment for findScreen X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=85b0dc80cff679d964820159de018a6e89997184;p=chaz%2Fopenbox add comment for findScreen --- 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