all repos — openbox @ 85b0dc80cff679d964820159de018a6e89997184

openbox fork - make it a bit more like ryudo

add comment for findScreen
Dana Jansens danakj@orodu.net
commit

85b0dc80cff679d964820159de018a6e89997184

parent

d833fb1ecc6a65a8bccbbe15e372904f4bf17f23

1 files changed, 1 insertions(+), 0 deletions(-)

jump to
M otk/display.hhotk/display.hh

@@ -96,6 +96,7 @@ @return Info on the requested screen, in a ScreenInfo class

*/ 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