]> Dogcows Code - chaz/openbox/blobdiff - render/font.h
add resizerelative action
[chaz/openbox] / render / font.h
index 03f960c6907dc58a83c789c567b74603d560d753..e3081dc28e1cc0e68b076140ee8db8b82947ab2e 100644 (file)
@@ -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,6 +28,7 @@ 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 */
 };
This page took 0.021644 seconds and 4 git commands to generate.