]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/gtk/GScreen.h
Change glob() API to accept a dir parameter.
[lyx.git] / src / frontends / gtk / GScreen.h
index c3610a71b91d73631531a98208187a987efdf744..d6551385c2fbfc0b308966f26ed27be9f75eb6e4 100644 (file)
@@ -14,6 +14,8 @@
 
 #include "screen.h"
 
+#include <gtkmm.h>
+
 namespace lyx {
 namespace frontend {
 
@@ -37,16 +39,13 @@ public:
        ///
        virtual void removeCursor();
        ///
-       virtual void showCursor(int x, int y, int h,
-                               Cursor_Shape shape);
-
+       virtual void showCursor(int x, int y, int h, Cursor_Shape shape);
 protected:
        /// get the work area
        virtual WorkArea & workarea() const;
 
        /// Copies specified area of pixmap to screen
        virtual void expose(int x, int y, int w, int h);
-
 private:
        /// our owning widget
        GWorkArea & owner_;