aboutsummaryrefslogtreecommitdiff
path: root/src/Tab.hh
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2002-01-04 21:21:43 (GMT)
committerfluxgen <fluxgen>2002-01-04 21:21:43 (GMT)
commitbec0065e4a5a4d0c487bd47ec208b9d30a7b9399 (patch)
tree916d78b2c52f6f4241d7a50ece648e96d16e0ea9 /src/Tab.hh
parent502f1a959cf14691097d2fcdefc5afdcf8e706d5 (diff)
downloadfluxbox_pavel-bec0065e4a5a4d0c487bd47ec208b9d30a7b9399.zip
fluxbox_pavel-bec0065e4a5a4d0c487bd47ec208b9d30a7b9399.tar.bz2
pekdon patch
Diffstat (limited to 'src/Tab.hh')
-rw-r--r--src/Tab.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Tab.hh b/src/Tab.hh
index 41a6d90..5cd96bc 100644
--- a/src/Tab.hh
+++ b/src/Tab.hh
@@ -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();