aboutsummaryrefslogtreecommitdiff
path: root/src/FbTk
diff options
context:
space:
mode:
authorMathias Gumz <akira@fluxbox.org>2015-01-22 15:28:53 (GMT)
committerMathias Gumz <akira@fluxbox.org>2015-01-22 15:28:53 (GMT)
commitab2eef49371b2c9e45efea128fc84f3d556d1901 (patch)
tree4054a47639da3cf7ac262b1122110d38cb3aad41 /src/FbTk
parent3cda1099e265fd8d08bf5f19a0cbd15d6ad5f0d3 (diff)
downloadfluxbox-ab2eef49371b2c9e45efea128fc84f3d556d1901.zip
fluxbox-ab2eef49371b2c9e45efea128fc84f3d556d1901.tar.bz2
Add -no-slit and -no-toolbar flags
Sometimes fluxbox is used as a component of a desktop environment ( e.g., the "Lumina Desktop"). It's easier and more stable for this kind of "users" to disable the toolbar or the slit alltogether. Why not configure these features out? Because then they would need 2 installations of fluxbox: One without the slit and the toolbar (and perhaps other components) and one with them. This implements feature request #314, at least partially. This commit also looks bigger than it actually is: I refactored and cleaned up classes Fluxbox and BScreen.
Diffstat (limited to 'src/FbTk')
-rw-r--r--src/FbTk/Resource.hh3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/FbTk/Resource.hh b/src/FbTk/Resource.hh
index 8c9d645..9690851 100644
--- a/src/FbTk/Resource.hh
+++ b/src/FbTk/Resource.hh
@@ -24,14 +24,13 @@
24 24
25#include "NotCopyable.hh" 25#include "NotCopyable.hh"
26#include "Accessor.hh" 26#include "Accessor.hh"
27#include "XrmDatabaseHelper.hh"
27 28
28#include <string> 29#include <string>
29#include <list> 30#include <list>
30#include <iostream> 31#include <iostream>
31
32#include <exception> 32#include <exception>
33#include <typeinfo> 33#include <typeinfo>
34#include "XrmDatabaseHelper.hh"
35 34
36namespace FbTk { 35namespace FbTk {
37 36