X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=render%2Ffont.h;h=e3081dc28e1cc0e68b076140ee8db8b82947ab2e;hb=8ab1e9537e5aebfe48d826cbf266cf8d582d9d65;hp=17894b8bd25dce783567cfb5e6f50b1ed498f5ef;hpb=43d0f79057c1c4dfa1999db8fd6d9f48e5b47951;p=chaz%2Fopenbox diff --git a/render/font.h b/render/font.h index 17894b8b..e3081dc2 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 @@ -28,11 +28,9 @@ struct _RrFont { gint ref; 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 */ - gint shadow; - gchar tint; - gint offset; }; void RrFontDraw(XftDraw *d, RrTextureText *t, RrRect *position);