add comment for findScreen
This commit is contained in:
parent
d833fb1ecc
commit
85b0dc80cf
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue