diff --git a/gdk/gdkinternals.h b/gdk/gdkinternals.h index 28d35ef2a9..b38fca6709 100644 --- a/gdk/gdkinternals.h +++ b/gdk/gdkinternals.h @@ -220,7 +220,8 @@ GdkGC *_gdk_drawable_get_scratch_gc (GdkDrawable *drawable, void _gdk_gc_update_context (GdkGC *gc, cairo_t *cr, GdkColor *override_foreground, - GdkBitmap *override_stipple); + GdkBitmap *override_stipple, + gboolean gc_changed); /************************************* * Interfaces used by windowing code *