diff options
author | rathnor <rathnor> | 2003-07-19 11:55:49 (GMT) |
---|---|---|
committer | rathnor <rathnor> | 2003-07-19 11:55:49 (GMT) |
commit | 2f1f364fa2d7c72b93d4dbcde321abace5e2109d (patch) | |
tree | 0cf9bd8b1b08922dbc09c19310d9bfb76ea64c3a /src/fluxbox.hh | |
parent | 939e750684971412eda6245ef012435c86ee2d47 (diff) | |
download | fluxbox_paul-2f1f364fa2d7c72b93d4dbcde321abace5e2109d.zip fluxbox_paul-2f1f364fa2d7c72b93d4dbcde321abace5e2109d.tar.bz2 |
fix up xinerama for heads of toolbar and slit
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) {}; |