diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-01-04 01:21:04 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-01-04 01:21:04 +0000 |
| commit | 06eb14fbeb568639404496a2dc6a0fe6cdd3d7b7 (patch) | |
| tree | 0c61cd97bf5e3c9f47f5b3dac0a4311dc7abdc4b /src/screen.hh | |
| parent | 8c4357fccb29b1c4ddf560748b7e0b3e7285050a (diff) | |
better focusing. support for the take_focus protocol
Diffstat (limited to 'src/screen.hh')
| -rw-r--r-- | src/screen.hh | 6 |
1 files changed, 6 insertions, 0 deletions
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.<br> |
