diff options
Diffstat (limited to 'pugl/pugl_x11_cairo.c')
-rw-r--r-- | pugl/pugl_x11_cairo.c | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/pugl/pugl_x11_cairo.c b/pugl/pugl_x11_cairo.c index 3614c4b..db2e262 100644 --- a/pugl/pugl_x11_cairo.c +++ b/pugl/pugl_x11_cairo.c @@ -14,17 +14,16 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -#include <stdio.h> -#include <stdlib.h> +#include "pugl/pugl_internal_types.h" +#include "pugl/pugl_x11.h" +#include "pugl/pugl_x11_cairo.h" +#include <X11/Xutil.h> #include <cairo/cairo-xlib.h> #include <cairo/cairo.h> -#include <X11/Xutil.h> - -#include "pugl/pugl_internal_types.h" -#include "pugl/pugl_x11.h" -#include "pugl/pugl_x11_cairo.h" +#include <stdio.h> +#include <stdlib.h> typedef struct { cairo_surface_t* surface; |