summaryrefslogtreecommitdiff
path: root/render/render.h
diff options
context:
space:
mode:
Diffstat (limited to 'render/render.h')
-rw-r--r--render/render.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/render/render.h b/render/render.h
index 69050597..706843e3 100644
--- a/render/render.h
+++ b/render/render.h
@@ -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 {