X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=render%2Finstance.h;h=324f061ac5e9eb1e09ab8eaf78f33bd0fceff9c0;hb=c564b6245fcfaf0efd523cfa17bc1a73fe640d68;hp=9bf852071d64ba82e838f4b2b551f1e970681abe;hpb=c4e4760c41f10aae6af19a4363cb247c71edee4b;p=chaz%2Fopenbox diff --git a/render/instance.h b/render/instance.h index 9bf85207..324f061a 100644 --- a/render/instance.h +++ b/render/instance.h @@ -1,7 +1,7 @@ -/* -*- 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 + 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;