diff options
| author | Dana Jansens <danakj@orodu.net> | 2002-12-04 01:04:31 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2002-12-04 01:04:31 +0000 |
| commit | 9860b76c50e5ecacc85921539058eab4c655c38d (patch) | |
| tree | 5587ac2eb155a2a22997132f4552ee979b29cfbb /src/frame.hh | |
| parent | 22bd294c7baed75a24b1df7cc423042c965acbdb (diff) | |
unmap works.. once
Diffstat (limited to 'src/frame.hh')
| -rw-r--r-- | src/frame.hh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/frame.hh b/src/frame.hh index 500dcb4a..e1647a99 100644 --- a/src/frame.hh +++ b/src/frame.hh @@ -25,6 +25,9 @@ namespace ob { //! Holds and decorates a frame around an OBClient (client window) /*! + The frame is responsible for calling XSelectInput on the client window's new + parent with the SubstructureRedirectMask so that structure events for the + client are sent to the window manager. */ class OBFrame : public otk::OtkWidget { private: |
