aboutsummaryrefslogtreecommitdiff
path: root/src/Screen.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/Screen.hh')
-rw-r--r--src/Screen.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Screen.hh b/src/Screen.hh
index 8d50fbc..b6ca75d 100644
--- a/src/Screen.hh
+++ b/src/Screen.hh
@@ -133,7 +133,7 @@ public:
133 FbTk::BoolResource &getTabsUsePixmapResource() { return resource.tabs_use_pixmap; } 133 FbTk::BoolResource &getTabsUsePixmapResource() { return resource.tabs_use_pixmap; }
134 const bool getMaxOverTabs() const { return *resource.max_over_tabs; } 134 const bool getMaxOverTabs() const { return *resource.max_over_tabs; }
135 135
136 unsigned int getTabWidth() const { return *resource.tab_width; } 136 FbTk::IntResource &getTabWidthResource() { return resource.tab_width; }
137 /// @return the slit, @see Slit 137 /// @return the slit, @see Slit
138 Slit *slit() { return m_slit.get(); } 138 Slit *slit() { return m_slit.get(); }
139 /// @return the slit, @see Slit 139 /// @return the slit, @see Slit