diff options
author | fluxgen <fluxgen> | 2003-01-07 02:50:20 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2003-01-07 02:50:20 (GMT) |
commit | eecde95040c7225fa2390a3f97f5fee83ae64608 (patch) | |
tree | 85941f910dc4a0164ddf8f428457731556e2bdf4 | |
parent | 53c5f40432c2cc657c7215807a88fb128f4d470e (diff) | |
download | fluxbox-eecde95040c7225fa2390a3f97f5fee83ae64608.zip fluxbox-eecde95040c7225fa2390a3f97f5fee83ae64608.tar.bz2 |
included config.h for slit option
-rw-r--r-- | src/Screen.hh | 8 |
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 | |||
47 | class Configmenu; | 51 | class Configmenu; |
48 | class Workspacemenu; | 52 | class Workspacemenu; |
49 | class Iconmenu; | 53 | class Iconmenu; |
@@ -55,7 +59,7 @@ namespace FbTk { | |||
55 | class MenuTheme; | 59 | class 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 | */ |