aboutsummaryrefslogtreecommitdiff
path: root/src/Screen.hh
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2003-04-26 14:47:40 (GMT)
committerfluxgen <fluxgen>2003-04-26 14:47:40 (GMT)
commit5856d7af0d04bf48d4659331b464e171e10343fd (patch)
tree1baaa0c778dcac30ae707b27f3cdb1bcc2245107 /src/Screen.hh
parente3c5e77bbf005ee76b99db248d13b1a56bb38578 (diff)
downloadfluxbox-5856d7af0d04bf48d4659331b464e171e10343fd.zip
fluxbox-5856d7af0d04bf48d4659331b464e171e10343fd.tar.bz2
minor cleaning
Diffstat (limited to 'src/Screen.hh')
-rw-r--r--src/Screen.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Screen.hh b/src/Screen.hh
index 42be8da..e048b27 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.86 2003/04/25 11:56:12 fluxgen Exp $ 25// $Id: Screen.hh,v 1.87 2003/04/26 14:47:40 fluxgen Exp $
26 26
27#ifndef SCREEN_HH 27#ifndef SCREEN_HH
28#define SCREEN_HH 28#define SCREEN_HH
@@ -31,7 +31,6 @@
31#include "Resource.hh" 31#include "Resource.hh"
32#include "Subject.hh" 32#include "Subject.hh"
33#include "MultLayers.hh" 33#include "MultLayers.hh"
34#include "XLayerItem.hh"
35#include "ToolbarHandler.hh" 34#include "ToolbarHandler.hh"
36#include "Slit.hh" 35#include "Slit.hh"
37 36
@@ -56,6 +55,7 @@ namespace FbTk {
56class MenuTheme; 55class MenuTheme;
57class Menu; 56class Menu;
58class ImageControl; 57class ImageControl;
58class XLayerItem;
59}; 59};
60 60
61/// Handles screen connection, screen clients and workspaces 61/// Handles screen connection, screen clients and workspaces