aboutsummaryrefslogtreecommitdiff
path: root/src/Container.hh
diff options
context:
space:
mode:
authorsimonb <simonb>2006-04-25 02:19:04 (GMT)
committersimonb <simonb>2006-04-25 02:19:04 (GMT)
commit3707b74c40256c09465171d39e2c4d95aeaefb0e (patch)
treedcb835e0ee929b65b53d0c9d0538167f1840245b /src/Container.hh
parentfae88b329c63c16755f2c9b7a5a655a1414ab10f (diff)
downloadfluxbox-3707b74c40256c09465171d39e2c4d95aeaefb0e.zip
fluxbox-3707b74c40256c09465171d39e2c4d95aeaefb0e.tar.bz2
fix a bunch of comments, make default textures obvious
Thanks Jonas Koelker
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(); }