summaryrefslogtreecommitdiff
path: root/gtk/gtktextlayout.h
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.van.berkom@gmail.com>2011-02-14 15:27:42 +0900
committerMatthias Clasen <mclasen@redhat.com>2011-05-06 17:05:34 -0400
commitcefb95011000ad12d9f2cc71c6b9175e1d9746dd (patch)
treec867549632261393fa5e41aee61e127d3c09ea82 /gtk/gtktextlayout.h
parent2b2d7aa30509e1b74f00e2b1809d7a646455dd3b (diff)
downloadgtk+-cefb95011000ad12d9f2cc71c6b9175e1d9746dd.tar.gz
Added internal GdkRGBA support for GtkTextTag::paragraph-background-rgba
Added the remaining implementation bits for rendering paragraph backgrounds with rgba values and updated the test case.
Diffstat (limited to 'gtk/gtktextlayout.h')
-rw-r--r--gtk/gtktextlayout.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtktextlayout.h b/gtk/gtktextlayout.h
index 09ca01c5b0..78ec750c91 100644
--- a/gtk/gtktextlayout.h
+++ b/gtk/gtktextlayout.h
@@ -264,7 +264,7 @@ struct _GtkTextLineDisplay
guint cursor_at_line_end : 1;
guint size_only : 1;
- gpointer padding1;
+ GdkRGBA *pg_bg_rgba;
};
#ifdef GTK_COMPILATION