X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=render%2Finstance.h;h=324f061ac5e9eb1e09ab8eaf78f33bd0fceff9c0;hb=2aa0a6b01ba718217e2b10107abbcd4236ba5a8f;hp=21bd535f94baa6c3bfc86181d7c893bc50ea12b1;hpb=16f46c296d1fcd3f27fc62a18e71c55fb3fd3e88;p=chaz%2Fopenbox diff --git a/render/instance.h b/render/instance.h index 21bd535f..324f061a 100644 --- a/render/instance.h +++ b/render/instance.h @@ -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 #include +#include struct _RrInstance { Display *display; @@ -29,6 +30,7 @@ struct _RrInstance { Visual *visual; gint depth; Colormap colormap; + PangoContext *pango; gint red_offset; gint green_offset;