]> Dogcows Code - chaz/openbox/commitdiff
put the char member at the bottom of the struct so that it doesnt mess up alignment...
authorMikael Magnusson <mikachu@comhem.se>
Thu, 14 Feb 2008 14:46:02 +0000 (15:46 +0100)
committerMikael Magnusson <mikachu@comhem.se>
Thu, 14 Feb 2008 18:43:07 +0000 (19:43 +0100)
render/render.h

index 690505979b221748421bd6e269884015ccfea42a..706843e33d3aaca4730651619fb2e7cb9547ef35 100644 (file)
@@ -142,12 +142,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.022629 seconds and 4 git commands to generate.