summaryrefslogtreecommitdiff
path: root/src/frame.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/frame.hh')
-rw-r--r--src/frame.hh3
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: