aboutsummaryrefslogtreecommitdiff
path: root/src/IconbarTool.hh
diff options
context:
space:
mode:
authormarkt <markt>2007-04-07 17:39:27 (GMT)
committermarkt <markt>2007-04-07 17:39:27 (GMT)
commit12a8b3c038c9ccb577c699d41a1d19602132a7a8 (patch)
tree2a23392db366c10c8b6f7ee444ee8ac578010b5c /src/IconbarTool.hh
parent416578138e899f817b875ad55a5252a19aa6cb07 (diff)
downloadfluxbox-12a8b3c038c9ccb577c699d41a1d19602132a7a8.zip
fluxbox-12a8b3c038c9ccb577c699d41a1d19602132a7a8.tar.bz2
more of the same
Diffstat (limited to 'src/IconbarTool.hh')
-rw-r--r--src/IconbarTool.hh3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/IconbarTool.hh b/src/IconbarTool.hh
index d218b91..afa2182 100644
--- a/src/IconbarTool.hh
+++ b/src/IconbarTool.hh
@@ -114,8 +114,6 @@ private:
114 void updateList(); 114 void updateList();
115 /// check if window is already in the list 115 /// check if window is already in the list
116 bool checkDuplicate(Focusable &win); 116 bool checkDuplicate(Focusable &win);
117 /// so we can update current window without flicker
118 void timedRender();
119 117
120 BScreen &m_screen; 118 BScreen &m_screen;
121 Container m_icon_container; 119 Container m_icon_container;
@@ -130,7 +128,6 @@ private:
130 FbTk::Resource<int> m_rc_client_width; ///< size of client button in LEFT/RIGHT mode 128 FbTk::Resource<int> m_rc_client_width; ///< size of client button in LEFT/RIGHT mode
131 FbTk::Resource<unsigned int> m_rc_client_padding; ///< padding of the text 129 FbTk::Resource<unsigned int> m_rc_client_padding; ///< padding of the text
132 FbTk::Resource<bool> m_rc_use_pixmap; ///< if iconbar should use win pixmap or not 130 FbTk::Resource<bool> m_rc_use_pixmap; ///< if iconbar should use win pixmap or not
133 FbTk::Timer m_focus_timer; ///< so we can update current window without flicker while changing attached clients
134 FbMenu m_menu; 131 FbMenu m_menu;
135 unsigned char m_alpha; 132 unsigned char m_alpha;
136}; 133};