From 06eb14fbeb568639404496a2dc6a0fe6cdd3d7b7 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sat, 4 Jan 2003 01:21:04 +0000 Subject: better focusing. support for the take_focus protocol --- src/screen.hh | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/screen.hh') diff --git a/src/screen.hh b/src/screen.hh index fa286764..91cf65c3 100644 --- a/src/screen.hh +++ b/src/screen.hh @@ -89,11 +89,17 @@ private: //! An offscreen window which gets focus when nothing else has it Window _focuswindow; + //! An offscreen window which shows that a NETWM compliant window manager is + //! running + Window _supportwindow; + //! A list of all managed clients on the screen, in their stacking order ClientList _stacking; //! Calculate the OBScreen::_area member void calcArea(); + //! Set the list of supported NETWM atoms on the root window + void setSupportedAtoms(); //! Set the client list on the root window /*! Sets the _NET_CLIENT_LIST root window property.
-- cgit v1.2.3