]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/xscreen.h
remove defaults stuff, let Qt handle no toolbar
[lyx.git] / src / frontends / xforms / xscreen.h
index 481aab4fcc5a5cd0873ffd6f7e52d8422280dadb..584c4f2d5b49a7092ff368d0363cc44895b89f70 100644 (file)
@@ -1,25 +1,23 @@
 // -*- C++ -*-
 /**
  * \file xscreen.h
- * Copyright 1995-2002 the LyX Team
- * Read the file COPYING
+ * This file is part of LyX, the document processor.
+ * Licence details can be found in the file COPYING.
  *
  * \author unknown
- * \author John Levon <moz@compsoc.man.ac.uk>
+ * \author John Levon
+ *
+ * Full author contact details are available in file CREDITS
  */
 
 #ifndef XSCREEN_H
 #define XSCREEN_H
 
-#ifdef __GNUG__
-#pragma interface
-#endif
-
-#include <X11/Xlib.h>
 
 #include "screen.h"
+#include <X11/Xlib.h> // for Pixmap, GC
 
-#include "XWorkArea.h"
+class XWorkArea;
 
 /** The class XScreen is used for the main Textbody.
     Concretely, the screen is held in a pixmap.  This pixmap is kept up to