aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 */