diff options
Diffstat (limited to 'src/IconbarTool.hh')
-rw-r--r-- | src/IconbarTool.hh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/IconbarTool.hh b/src/IconbarTool.hh index e9036e7..af1ba37 100644 --- a/src/IconbarTool.hh +++ b/src/IconbarTool.hh | |||
@@ -20,7 +20,7 @@ | |||
20 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 20 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
21 | // DEALINGS IN THE SOFTWARE. | 21 | // DEALINGS IN THE SOFTWARE. |
22 | 22 | ||
23 | // $Id: IconbarTool.hh,v 1.16 2004/09/12 14:56:18 rathnor Exp $ | 23 | // $Id: IconbarTool.hh,v 1.17 2004/10/10 16:11:25 akir Exp $ |
24 | 24 | ||
25 | #ifndef ICONBARTOOL_HH | 25 | #ifndef ICONBARTOOL_HH |
26 | #define ICONBARTOOL_HH | 26 | #define ICONBARTOOL_HH |
@@ -119,6 +119,7 @@ private: | |||
119 | FbTk::Resource<Mode> m_rc_mode; | 119 | FbTk::Resource<Mode> m_rc_mode; |
120 | FbTk::Resource<Container::Alignment> m_rc_alignment; ///< alignment of buttons | 120 | FbTk::Resource<Container::Alignment> m_rc_alignment; ///< alignment of buttons |
121 | FbTk::Resource<int> m_rc_client_width; ///< size of client button in LEFT/RIGHT mode | 121 | FbTk::Resource<int> m_rc_client_width; ///< size of client button in LEFT/RIGHT mode |
122 | FbTk::Resource<unsigned int> m_rc_client_padding; ///< padding of the text | ||
122 | FbTk::Resource<bool> m_rc_use_pixmap; ///< if iconbar should use win pixmap or not | 123 | FbTk::Resource<bool> m_rc_use_pixmap; ///< if iconbar should use win pixmap or not |
123 | FbTk::Timer m_focus_timer; ///< so we can update current window without flicker while changing attached clients | 124 | FbTk::Timer m_focus_timer; ///< so we can update current window without flicker while changing attached clients |
124 | FbMenu m_menu; | 125 | FbMenu m_menu; |