diff options
author | fluxgen <fluxgen> | 2002-01-04 21:21:43 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2002-01-04 21:21:43 (GMT) |
commit | bec0065e4a5a4d0c487bd47ec208b9d30a7b9399 (patch) | |
tree | 916d78b2c52f6f4241d7a50ece648e96d16e0ea9 /src/Tab.hh | |
parent | 502f1a959cf14691097d2fcdefc5afdcf8e706d5 (diff) | |
download | fluxbox-bec0065e4a5a4d0c487bd47ec208b9d30a7b9399.zip fluxbox-bec0065e4a5a4d0c487bd47ec208b9d30a7b9399.tar.bz2 |
pekdon patch
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(); |