aboutsummaryrefslogtreecommitdiff
path: root/src/fluxbox.hh
diff options
context:
space:
mode:
authorrathnor <rathnor>2003-07-18 15:40:55 (GMT)
committerrathnor <rathnor>2003-07-18 15:40:55 (GMT)
commit7e1733c4352befe577150bad63d362dd7c1a94b9 (patch)
tree1f339ae234f85aaa98529e9c511117dcb620a9f1 /src/fluxbox.hh
parent06d723aefe7fb794f50b1e7a0ad8ad4473ae8ac6 (diff)
downloadfluxbox-7e1733c4352befe577150bad63d362dd7c1a94b9.zip
fluxbox-7e1733c4352befe577150bad63d362dd7c1a94b9.tar.bz2
reorganise operation of ResourceManager
plus fix initialisation of layer for slit and toolbar
Diffstat (limited to 'src/fluxbox.hh')
-rw-r--r--src/fluxbox.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fluxbox.hh b/src/fluxbox.hh
index b819636..5ce37ab 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.64 2003/07/04 01:03:41 rathnor Exp $ 25// $Id: fluxbox.hh,v 1.65 2003/07/18 15:40:55 rathnor Exp $
26 26
27#ifndef FLUXBOX_HH 27#ifndef FLUXBOX_HH
28#define FLUXBOX_HH 28#define FLUXBOX_HH
@@ -224,7 +224,7 @@ private:
224 224
225 std::auto_ptr<FbAtoms> m_fbatoms; 225 std::auto_ptr<FbAtoms> m_fbatoms;
226 226
227 FbTk::ResourceManager m_resourcemanager, m_screen_rm; 227 FbTk::ResourceManager m_resourcemanager, &m_screen_rm;
228 228
229 //--- Resources 229 //--- Resources
230 FbTk::Resource<bool> m_rc_tabs, m_rc_ignoreborder; 230 FbTk::Resource<bool> m_rc_tabs, m_rc_ignoreborder;