]> Dogcows Code - chaz/openbox/blobdiff - render/instance.h
pango is now mandatory..
[chaz/openbox] / render / instance.h
index 9bf852071d64ba82e838f4b2b551f1e970681abe..8a15f423ab0894bd5ea5c90faf5a28ea509f3616 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; -*-
 
    instance.h for the Openbox window manager
    Copyright (c) 2003        Ben Jansens
@@ -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.021687 seconds and 4 git commands to generate.