summaryrefslogtreecommitdiff
path: root/gdk/gdkgc.c
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2000-07-14 20:24:14 +0000
committerOwen Taylor <otaylor@src.gnome.org>2000-07-14 20:24:14 +0000
commit0bcf86c032b1204aed17b9e59b42f9ef1266840c (patch)
tree58ed91ddc232b9c057b653c64e279ce9769db675 /gdk/gdkgc.c
parented7408e1ff3b2fcb59b1566b80c1af29d1b40367 (diff)
downloadgdk-pixbuf-0bcf86c032b1204aed17b9e59b42f9ef1266840c.tar.gz
use FALSE for size_only most of the time when calling
Fri Jul 14 16:21:26 2000 Owen Taylor <otaylor@redhat.com> * gtk/gtktextlayout.c: use FALSE for size_only most of the time when calling gtk_text_layout_get_line_display() to avoid causing double reshapes when a redraw follows immediately after. Tue Jul 11 11:13:40 2000 Owen Taylor <otaylor@redhat.com> * gtk/gtkrange.c (gtk_range_default_[hv]slider_update): Invalidate appropriate region and gdk_window_process_updates() so trough updating doesn't lag behind the window being scrolled. * gdk/gdkgc.c: Make parent_class pointer static. Sun Jul 9 21:31:23 2000 Owen Taylor <otaylor@redhat.com> * gdk/gdk-pixbuf.c gtk/gdk-pixbuf-loader.c gtk/gtktextview.c: include <string.h>. * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_to_drawable): Fix cut-and-paste error in computing memory offset for 4 channels.
Diffstat (limited to 'gdk/gdkgc.c')
-rw-r--r--gdk/gdkgc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdk/gdkgc.c b/gdk/gdkgc.c
index 07f80e94a..aea21dc7f 100644
--- a/gdk/gdkgc.c
+++ b/gdk/gdkgc.c
@@ -33,7 +33,7 @@
static void gdk_gc_class_init (GObjectClass *class);
static void gdk_gc_finalize (GObject *object);
-GObjectClass *parent_class;
+static GObjectClass *parent_class;
GType
gdk_gc_get_type (void)