aboutsummaryrefslogtreecommitdiff
path: root/src/FbWinFrame.hh
diff options
context:
space:
mode:
authormarkt <markt>2007-04-23 16:07:21 (GMT)
committermarkt <markt>2007-04-23 16:07:21 (GMT)
commit6848e180a69cf55840f337f2ca3e70db44f25fd5 (patch)
treebda5a494abf5e7307f3190a5f6def6b138cdbc0d /src/FbWinFrame.hh
parentf0e5b2ef3ac6a90cf8a0a97321d9f040b31145c4 (diff)
downloadfluxbox-6848e180a69cf55840f337f2ca3e70db44f25fd5.zip
fluxbox-6848e180a69cf55840f337f2ca3e70db44f25fd5.tar.bz2
added clientmenu command, set iconicstate properly, disabled resizing shaded windows
Diffstat (limited to 'src/FbWinFrame.hh')
-rw-r--r--src/FbWinFrame.hh3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/FbWinFrame.hh b/src/FbWinFrame.hh
index 54d91df..f83ec7d 100644
--- a/src/FbWinFrame.hh
+++ b/src/FbWinFrame.hh
@@ -369,8 +369,7 @@ private:
369 369
370 bool m_need_render; 370 bool m_need_render;
371 int m_button_size; ///< size for all titlebar buttons 371 int m_button_size; ///< size for all titlebar buttons
372 unsigned int m_width_before_shade, ///< width before shade, so we can restore it when we unshade 372 unsigned int m_height_before_shade; ///< height before shade, so we can restore it when we unshade
373 m_height_before_shade; ///< height before shade, so we can restore it when we unshade
374 bool m_shaded; ///< wheter we're shaded or not 373 bool m_shaded; ///< wheter we're shaded or not
375 unsigned char m_focused_alpha; ///< focused alpha value 374 unsigned char m_focused_alpha; ///< focused alpha value
376 unsigned char m_unfocused_alpha; ///< unfocused alpha value 375 unsigned char m_unfocused_alpha; ///< unfocused alpha value