aboutsummaryrefslogtreecommitdiff
path: root/src/Container.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/Container.hh')
-rw-r--r--src/Container.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Container.hh b/src/Container.hh
index 448abee..65dfbb9 100644
--- a/src/Container.hh
+++ b/src/Container.hh
@@ -97,7 +97,7 @@ public:
97 inline unsigned int maxHeightPerClient() const { return (empty() ? height() : height()/size()); } 97 inline unsigned int maxHeightPerClient() const { return (empty() ? height() : height()/size()); }
98 inline bool updateLock() const { return m_update_lock; } 98 inline bool updateLock() const { return m_update_lock; }
99 99
100 void for_each(std::mem_fun_t<void, FbWindow> function); 100 void for_each(std::mem_fun_t<void, FbTk::FbWindow> function);
101 void setAlpha(unsigned char alpha); // set alpha on all windows 101 void setAlpha(unsigned char alpha); // set alpha on all windows
102 102
103 ItemList::iterator begin() { return m_item_list.begin(); } 103 ItemList::iterator begin() { return m_item_list.begin(); }