]> Dogcows Code - chaz/openbox/blobdiff - render/render.h
put the char member at the bottom of the struct so that it doesnt mess up alignment...
[chaz/openbox] / render / render.h
index 0034ad477cdafd8c272de4d73786ba6dfd6c5f61..d9438edc72322518a1bf5c19820d95f617a4d5ed 100644 (file)
@@ -137,12 +137,12 @@ struct _RrTextureText {
     gint shadow_offset_x;
     gint shadow_offset_y;
     RrColor *shadow_color;
-    guchar shadow_alpha;
     gboolean shortcut; /*!< Underline a character */
     guint shortcut_pos; /*!< Position in bytes of the character to underline */
     RrEllipsizeMode ellipsize;
     gboolean flow; /* allow multiple lines.  must set maxwidth below */
     gint maxwidth;
+    guchar shadow_alpha; /* at the bottom to improve alignment */
 };
 
 struct _RrPixmapMask {
This page took 0.021853 seconds and 4 git commands to generate.