]> Pileus Git - ~andy/gtk/blobdiff - gtk/gtkentry.h
Remove explicit pointer grabs, since they are no longer necessary.
[~andy/gtk] / gtk / gtkentry.h
index f94072b98e0977fa8d987d91a6682f163da2dc44..a35e2be3cdaef633613bb061c74efb4f4b0aa974 100644 (file)
@@ -102,6 +102,8 @@ struct _GtkEntry
   gunichar invisible_char;
 
   gint width_chars;
+
+  GdkGC *cursor_gc;
 };
 
 struct _GtkEntryClass