]> Dogcows Code - chaz/openbox/blobdiff - render/render.h
fix drawcontent=no resizing
[chaz/openbox] / render / render.h
index 26de9e481dc621839cb8cf404fef22a60144cc4f..da2361cc805d7766ce0edec05183cf403e2cc0f8 100644 (file)
@@ -126,7 +126,8 @@ struct _RrTextureText {
     gint shadow_offset_y;
     RrColor *shadow_color;
     gchar shadow_alpha;
-    gunichar shortcut; /*!< Underline this character */
+    gboolean shortcut; /*!< Underline a character */
+    guint shortcut_pos; /*!< Position in bytes of the character to underline */
 };
 
 struct _RrPixmapMask {
This page took 0.02383 seconds and 4 git commands to generate.