diff options
author | markt <markt> | 2007-04-23 16:09:00 (GMT) |
---|---|---|
committer | markt <markt> | 2007-04-23 16:09:00 (GMT) |
commit | cd238a475b96806752a0d232c6b09d1627de58c1 (patch) | |
tree | 1bc7e5e1123379f7460b78356641c94df28a6a83 /src/FbWinFrame.hh | |
parent | d267acc8e0a87d16700cc8e5ee4c149b85bb4fc7 (diff) | |
download | fluxbox-cd238a475b96806752a0d232c6b09d1627de58c1.zip fluxbox-cd238a475b96806752a0d232c6b09d1627de58c1.tar.bz2 |
disabled resizing shaded windows
Diffstat (limited to 'src/FbWinFrame.hh')
-rw-r--r-- | src/FbWinFrame.hh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/FbWinFrame.hh b/src/FbWinFrame.hh index 2ea3542..8d0c3ba 100644 --- a/src/FbWinFrame.hh +++ b/src/FbWinFrame.hh | |||
@@ -380,8 +380,7 @@ private: | |||
380 | 380 | ||
381 | bool m_need_render; | 381 | bool m_need_render; |
382 | int m_button_size; ///< size for all titlebar buttons | 382 | int m_button_size; ///< size for all titlebar buttons |
383 | unsigned int m_width_before_shade, ///< width before shade, so we can restore it when we unshade | 383 | unsigned int m_height_before_shade; ///< height before shade, so we can restore it when we unshade |
384 | m_height_before_shade; ///< height before shade, so we can restore it when we unshade | ||
385 | bool m_shaded; ///< wheter we're shaded or not | 384 | bool m_shaded; ///< wheter we're shaded or not |
386 | unsigned char m_focused_alpha; ///< focused alpha value | 385 | unsigned char m_focused_alpha; ///< focused alpha value |
387 | unsigned char m_unfocused_alpha; ///< unfocused alpha value | 386 | unsigned char m_unfocused_alpha; ///< unfocused alpha value |