diff options
Diffstat (limited to 'src/Tab.hh')
-rw-r--r-- | src/Tab.hh | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -93,6 +93,7 @@ private: | |||
93 | static const int m_max_tabs; | 93 | static const int m_max_tabs; |
94 | bool m_focus, m_moving; // moving and focus | 94 | bool m_focus, m_moving; // moving and focus |
95 | void createTabWindow(); // creates the X win of tab | 95 | void createTabWindow(); // creates the X win of tab |
96 | void loadTheme(); // loads the textures with right width and height | ||
96 | void setTabWidth(unsigned int w); | 97 | void setTabWidth(unsigned int w); |
97 | void setTabHeight(unsigned int h); | 98 | void setTabHeight(unsigned int h); |
98 | unsigned int calcRelativeWidth(); | 99 | unsigned int calcRelativeWidth(); |