diff options
Diffstat (limited to 'src/fluxbox.hh')
-rw-r--r-- | src/fluxbox.hh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/fluxbox.hh b/src/fluxbox.hh index 5ce37ab..d4c109c 100644 --- a/src/fluxbox.hh +++ b/src/fluxbox.hh | |||
@@ -22,7 +22,7 @@ | |||
22 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 22 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
23 | // DEALINGS IN THE SOFTWARE. | 23 | // DEALINGS IN THE SOFTWARE. |
24 | 24 | ||
25 | // $Id: fluxbox.hh,v 1.65 2003/07/18 15:40:55 rathnor Exp $ | 25 | // $Id: fluxbox.hh,v 1.66 2003/07/19 11:55:49 rathnor Exp $ |
26 | 26 | ||
27 | #ifndef FLUXBOX_HH | 27 | #ifndef FLUXBOX_HH |
28 | #define FLUXBOX_HH | 28 | #define FLUXBOX_HH |
@@ -118,6 +118,8 @@ public: | |||
118 | inline int getNumberOfLayers() const { return *m_rc_numlayers; } | 118 | inline int getNumberOfLayers() const { return *m_rc_numlayers; } |
119 | 119 | ||
120 | // class to store layer numbers (special Resource type) | 120 | // class to store layer numbers (special Resource type) |
121 | // we have a special resource type because we need to be able to name certain layers | ||
122 | // a Resource<int> wouldn't allow this | ||
121 | class Layer { | 123 | class Layer { |
122 | public: | 124 | public: |
123 | explicit Layer(int i) : m_num(i) {}; | 125 | explicit Layer(int i) : m_num(i) {}; |