[gtk+] Added padding to GtkTextLineDisplay struct for an addition of GdkRGBA pointer comming soon.



commit f2ff2138dbbd5b73bbbb2671438f1c493d7f5cef
Author: Tristan Van Berkom <tristan van berkom gmail com>
Date:   Thu Feb 10 04:04:31 2011 +0900

    Added padding to GtkTextLineDisplay struct for an addition of GdkRGBA pointer comming soon.

 gtk/gtktextlayout.h |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/gtk/gtktextlayout.h b/gtk/gtktextlayout.h
index 4d83532..4e9533d 100644
--- a/gtk/gtktextlayout.h
+++ b/gtk/gtktextlayout.h
@@ -253,7 +253,6 @@ struct _GtkTextLineDisplay
   gint bottom_margin;
   gint insert_index;		/* Byte index of insert cursor within para or -1 */
 
-  gboolean size_only;
   GtkTextLine *line;
   
   GdkColor *pg_bg_color;
@@ -262,6 +261,9 @@ struct _GtkTextLineDisplay
   guint cursors_invalid : 1;
   guint has_block_cursor : 1;
   guint cursor_at_line_end : 1;
+  guint size_only : 1;
+
+  gpointer padding1;
 };
 
 #ifdef GTK_COMPILATION



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]