diff options
author | Henrik Kinnunen <fluxgen@fluxbox.org> | 2008-09-14 18:06:28 (GMT) |
---|---|---|
committer | Henrik Kinnunen <fluxgen@fluxbox.org> | 2008-09-14 18:06:28 (GMT) |
commit | 9f519ec0fcb7cd0dec61a4c31d246800f9a73cb3 (patch) | |
tree | 4e3f181c4a14c185f934b29455ff0cfaa2636982 /src/FbWinFrame.hh | |
parent | de8275f68860f8088c582f0e02494b5a46c871d5 (diff) | |
download | fluxbox-9f519ec0fcb7cd0dec61a4c31d246800f9a73cb3.zip fluxbox-9f519ec0fcb7cd0dec61a4c31d246800f9a73cb3.tar.bz2 |
some minor code cleaning.
Diffstat (limited to 'src/FbWinFrame.hh')
-rw-r--r-- | src/FbWinFrame.hh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/FbWinFrame.hh b/src/FbWinFrame.hh index fcbe11e..ff9c19e 100644 --- a/src/FbWinFrame.hh +++ b/src/FbWinFrame.hh | |||
@@ -236,6 +236,9 @@ public: | |||
236 | 236 | ||
237 | const FbTk::Subject &frameExtentSig() const { return m_frame_extent_sig; } | 237 | const FbTk::Subject &frameExtentSig() const { return m_frame_extent_sig; } |
238 | FbTk::Subject &frameExtentSig() { return m_frame_extent_sig; } | 238 | FbTk::Subject &frameExtentSig() { return m_frame_extent_sig; } |
239 | /// @returns true if the window is inside titlebar, | ||
240 | /// assuming window is an event window that was generated for this frame. | ||
241 | bool insideTitlebar(Window win) const; | ||
239 | 242 | ||
240 | //@} | 243 | //@} |
241 | 244 | ||