]> git.lyx.org Git - features.git/blobdiff - src/frontends/qt4/GuiWorkArea.h
- restore a backing pixmap painting strategy: the pixmap is drawn at expose() time.
[features.git] / src / frontends / qt4 / GuiWorkArea.h
index b81e48d06bdda9a49f0bd832fd7c02d68022aa2a..8745d3e4164f151f94767825ec10aaf631a8d539 100644 (file)
@@ -23,6 +23,7 @@
 #include <QResizeEvent>
 #include <QKeyEvent>
 #include <QTimer>
+#include <QPixmap>
 
 #include <queue>
 
@@ -167,18 +168,10 @@ private:
        ///
        double_click dc_event_;
 
-       ///
-       bool show_hcursor_;
-       ///
-       bool show_vcursor_;
-       ///
-       bool lshape_cursor_;
-       ///
-       QColor cursor_color_;
-       ///
-       CursorShape cursor_shape_;
        ///     
        CursorWidget * cursor_;
+       ///
+       QPixmap screen_;
 };
 
 } // namespace frontend