]> Dogcows Code - chaz/openbox/blobdiff - render/render.h
dont queue up interative end actions
[chaz/openbox] / render / render.h
index c90c8582c77c74ebaf0331c2f4c2a43da81deb17..df81daf13efccc4d648250e592f5a3254be5d0b4 100644 (file)
@@ -1,4 +1,4 @@
-/* -*- indent-tabs-mode: t; tab-width: 4; c-basic-offset: 4; -*-
+/* -*- indent-tabs-mode: nil; tab-width: 4; c-basic-offset: 4; -*-
 
    render.h for the Openbox window manager
    Copyright (c) 2003        Ben Jansens
@@ -25,6 +25,8 @@
 #include <X11/Xft/Xft.h>
 #include <glib.h>
 
+G_BEGIN_DECLS
+
 typedef union  _RrTextureData      RrTextureData;
 typedef struct _RrAppearance       RrAppearance;
 typedef struct _RrSurface          RrSurface;
@@ -210,4 +212,6 @@ gboolean RrPixmapToRGBA(const RrInstance *inst,
                         Pixmap pmap, Pixmap mask,
                         gint *w, gint *h, RrPixel32 **data);
 
+G_END_DECLS
+
 #endif /*__render_h*/
This page took 0.019903 seconds and 4 git commands to generate.