diff options
author | rathnor <rathnor> | 2003-10-28 02:17:03 (GMT) |
---|---|---|
committer | rathnor <rathnor> | 2003-10-28 02:17:03 (GMT) |
commit | f5f979ef374623fffc321300ec7f699acd20e426 (patch) | |
tree | 71badb4166aeeecda67a94849940e009a02e045c /src/FbWinFrame.hh | |
parent | 6b9b0e89e4549787077ccbdef67893443c76dc75 (diff) | |
download | fluxbox_pavel-f5f979ef374623fffc321300ec7f699acd20e426.zip fluxbox_pavel-f5f979ef374623fffc321300ec7f699acd20e426.tar.bz2 |
make client windows only reparented one below toplevel - i.e. not into
clientarea
Diffstat (limited to 'src/FbWinFrame.hh')
-rw-r--r-- | src/FbWinFrame.hh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/FbWinFrame.hh b/src/FbWinFrame.hh index f1ca769..9c26903 100644 --- a/src/FbWinFrame.hh +++ b/src/FbWinFrame.hh | |||
@@ -19,7 +19,7 @@ | |||
19 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 19 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
20 | // DEALINGS IN THE SOFTWARE. | 20 | // DEALINGS IN THE SOFTWARE. |
21 | 21 | ||
22 | // $Id: FbWinFrame.hh,v 1.23 2003/10/05 09:03:43 rathnor Exp $ | 22 | // $Id: FbWinFrame.hh,v 1.24 2003/10/28 02:17:02 rathnor Exp $ |
23 | 23 | ||
24 | #ifndef FBWINFRAME_HH | 24 | #ifndef FBWINFRAME_HH |
25 | #define FBWINFRAME_HH | 25 | #define FBWINFRAME_HH |
@@ -228,7 +228,7 @@ private: | |||
228 | FbTk::FbWindow m_handle; ///< handle between grips | 228 | FbTk::FbWindow m_handle; ///< handle between grips |
229 | FbTk::FbWindow m_grip_right, ///< rightgrip | 229 | FbTk::FbWindow m_grip_right, ///< rightgrip |
230 | m_grip_left; ///< left grip | 230 | m_grip_left; ///< left grip |
231 | FbTk::FbWindow m_clientarea; ///< window that holds client window @see setClientWindow | 231 | FbTk::FbWindow m_clientarea; ///< window that sits behind client window to fill gaps @see setClientWindow |
232 | //@} | 232 | //@} |
233 | typedef std::vector<FbTk::Button *> ButtonList; | 233 | typedef std::vector<FbTk::Button *> ButtonList; |
234 | ButtonList m_buttons_left, ///< buttons to the left | 234 | ButtonList m_buttons_left, ///< buttons to the left |