diff options
author | Manish Singh <yosh@src.gnome.org> | 1998-01-08 01:58:39 +0000 |
---|---|---|
committer | Manish Singh <yosh@src.gnome.org> | 1998-01-08 01:58:39 +0000 |
commit | 4ccc005197e8cf1ecdd1b32a68e8a346a5f164db (patch) | |
tree | 21e12407d23a2f9062d1e5ae1818992c23a55554 /gtk/gtkentry.h | |
parent | 52d5af4d7e0a37d64678ed4afe5a51ce5cf66d2d (diff) | |
download | gtk+-4ccc005197e8cf1ecdd1b32a68e8a346a5f164db.tar.gz |
applied patch to use a backing pixmap for drawing in GtkEntry, which removes
the bad flickering. (gtk-wille-980106-0)
-Yosh
Diffstat (limited to 'gtk/gtkentry.h')
-rw-r--r-- | gtk/gtkentry.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/gtkentry.h b/gtk/gtkentry.h index aa17365386..270ef3dab0 100644 --- a/gtk/gtkentry.h +++ b/gtk/gtkentry.h @@ -41,6 +41,7 @@ struct _GtkEntry GtkWidget widget; GdkWindow *text_area; + GdkPixmap *backing_pixmap; gchar *text; guint16 text_size; |