summaryrefslogtreecommitdiff
path: root/gdk/gdkinternals.h
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2006-02-20 17:20:09 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2006-02-20 17:20:09 +0000
commit0f0845a6b68991119e8155baa695b87d019c94ea (patch)
treebb336f8918bf467f471b412c450d3a9800183acf /gdk/gdkinternals.h
parent3c9432eeb613d05e7ca751b746a19da168d21b09 (diff)
downloadgtk+-0f0845a6b68991119e8155baa695b87d019c94ea.tar.gz
Forgotten file
Diffstat (limited to 'gdk/gdkinternals.h')
-rw-r--r--gdk/gdkinternals.h3
1 files changed, 2 insertions, 1 deletions
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 *