]> Dogcows Code - chaz/openbox/blobdiff - render/instance.h
Show name/class when mapping in debug mode.
[chaz/openbox] / render / instance.h
index 21bd535f94baa6c3bfc86181d7c893bc50ea12b1..324f061ac5e9eb1e09ab8eaf78f33bd0fceff9c0 100644 (file)
@@ -1,7 +1,7 @@
 /* -*- indent-tabs-mode: nil; tab-width: 4; c-basic-offset: 4; -*-
 
    instance.h for the Openbox window manager
-   Copyright (c) 2003        Ben Jansens
+   Copyright (c) 2003-2007   Dana Jansens
 
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
@@ -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.021266 seconds and 4 git commands to generate.