aboutsummaryrefslogtreecommitdiff
path: root/src/Screen.hh
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2003-01-07 02:50:20 (GMT)
committerfluxgen <fluxgen>2003-01-07 02:50:20 (GMT)
commiteecde95040c7225fa2390a3f97f5fee83ae64608 (patch)
tree85941f910dc4a0164ddf8f428457731556e2bdf4 /src/Screen.hh
parent53c5f40432c2cc657c7215807a88fb128f4d470e (diff)
downloadfluxbox-eecde95040c7225fa2390a3f97f5fee83ae64608.zip
fluxbox-eecde95040c7225fa2390a3f97f5fee83ae64608.tar.bz2
included config.h for slit option
Diffstat (limited to 'src/Screen.hh')
-rw-r--r--src/Screen.hh8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/Screen.hh b/src/Screen.hh
index 2f9db31..8d93227 100644
--- a/src/Screen.hh
+++ b/src/Screen.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: Screen.hh,v 1.57 2003/01/07 02:03:57 fluxgen Exp $ 25// $Id: Screen.hh,v 1.58 2003/01/07 02:50:20 fluxgen Exp $
26 26
27#ifndef SCREEN_HH 27#ifndef SCREEN_HH
28#define SCREEN_HH 28#define SCREEN_HH
@@ -44,6 +44,10 @@
44#include <fstream> 44#include <fstream>
45#include <memory> 45#include <memory>
46 46
47#ifdef HAVE_CONFIG_H
48#include "config.h"
49#endif // HAVE_CONFIG_H
50
47class Configmenu; 51class Configmenu;
48class Workspacemenu; 52class Workspacemenu;
49class Iconmenu; 53class Iconmenu;
@@ -55,7 +59,7 @@ namespace FbTk {
55class MenuTheme; 59class MenuTheme;
56}; 60};
57 61
58/// Handles screen connection 62/// Handles screen connection and screen clients
59/** 63/**
60 Create a toolbar and workspaces, handles switching between workspaces and windows 64 Create a toolbar and workspaces, handles switching between workspaces and windows
61 */ 65 */