X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=render%2Ffont.h;h=07d648d145a0b2cccf3f13bf5a96d33f1ad0013d;hb=b8e994e837d260860a4dc0a1ee3a680e2cdfc75a;hp=03f960c6907dc58a83c789c567b74603d560d753;hpb=7744067b6b50124c31f647e2943ef1fce9fdec96;p=chaz%2Fopenbox diff --git a/render/font.h b/render/font.h index 03f960c6..07d648d1 100644 --- a/render/font.h +++ b/render/font.h @@ -1,7 +1,7 @@ /* -*- indent-tabs-mode: nil; tab-width: 4; c-basic-offset: 4; -*- font.h for the Openbox window manager - Copyright (c) 2003 Ben Jansens + Copyright (c) 2003-2007 Dana Jansens Copyright (c) 2003 Derek Foreman This program is free software; you can redistribute it and/or modify @@ -26,8 +26,9 @@ struct _RrFont { const RrInstance *inst; gint ref; - PangoFontDescription *font_desc; + PangoFontDescription *font_desc; PangoLayout *layout; /*!< Used for measuring and rendering strings */ + PangoAttribute *shortcut_underline; /*< For underlining the shortcut key */ gint ascent; /*!< The font's ascent in pango-units */ gint descent; /*!< The font's descent in pango-units */ };