]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/xscreen.h
Introduce LFUN_PRINT.
[lyx.git] / src / frontends / xforms / xscreen.h
index 4bbf03efe8bbcb63c8a4ab01c6ebe53d2d66ce70..68eb4cca0f6c2878617455404fb2b3e128211232 100644 (file)
@@ -7,7 +7,7 @@
  * \author unknown
  * \author John Levon
  *
- * Full author contact details are available in file CREDITS
+ * Full author contact details are available in file CREDITS.
  */
 
 #ifndef XSCREEN_H
 #include "screen.h"
 #include <X11/Xlib.h> // for Pixmap, GC
 
+class WorkArea;
 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
     date and used to optimize drawing on the screen.
@@ -37,7 +39,7 @@ public:
 
 protected:
        /// get the work area
-       virtual WorkArea & workarea() const { return owner_; }
+       virtual WorkArea & workarea() const;
 
        /// Copies specified area of pixmap to screen
        virtual void expose(int x, int y, int w, int h);