]> Dogcows Code - chaz/openbox/blobdiff - render/instance.h
pango is now mandatory..
[chaz/openbox] / render / instance.h
index 21bd535f94baa6c3bfc86181d7c893bc50ea12b1..8a15f423ab0894bd5ea5c90faf5a28ea509f3616 100644 (file)
@@ -21,6 +21,7 @@
 
 #include <X11/Xlib.h>
 #include <glib.h>
+#include <pango/pangoxft.h>
 
 struct _RrInstance {
     Display *display;
@@ -29,6 +30,7 @@ struct _RrInstance {
     Visual *visual;
     gint depth;
     Colormap colormap;
+    PangoContext *pango;
 
     gint red_offset;
     gint green_offset;
This page took 0.021705 seconds and 4 git commands to generate.