]> 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 347d26451cc806d22a44d3717a1b6447dd9d8ad7..584c4f2d5b49a7092ff368d0363cc44895b89f70 100644 (file)
@@ -1,10 +1,11 @@
 // -*- C++ -*-
 /**
  * \file xscreen.h
- * 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 
+ * \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