]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/gtk/GPainter.h
Change glob() API to accept a dir parameter.
[lyx.git] / src / frontends / gtk / GPainter.h
index e64cbbc61ea0d8cd3041932e3e946323079a047d..1874f5f464edb62cece1b352f26fed0064a780f5 100644 (file)
 
 #include "frontends/Painter.h"
 
-#include <X11/Xft/Xft.h>
 #include <gtkmm.h>
 
+#include <X11/Xft/Xft.h>
+
 #include <map>
 
 class LyXFont;
@@ -113,7 +114,7 @@ public:
                char const * str, size_t l,
                LyXFont const & f);
 
-        virtual void text(int x, int y, wchar_t const * str, int l,
+       virtual void text(int x, int y, wchar_t const * str, int l,
                               LyXFont const & f);
 
        /// draw a char at position x, y (y is the baseline)