aboutsummaryrefslogtreecommitdiff
path: root/src/Tab.hh
diff options
context:
space:
mode:
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();