summaryrefslogtreecommitdiff
path: root/gdk/gdkscreen.h
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2009-01-14 22:14:57 +0100
committerAlexander Larsson <alex@localhost.localdomain>2009-04-02 10:15:18 +0200
commit1ad01acbf2a86af4decb34496f4ef1f05184ee5e (patch)
tree49006c024e4d5ba7c6f6b513fbf11a1f25e147db /gdk/gdkscreen.h
parent4d187531e4bfecf71b2c354dd7af38bd2f6cab38 (diff)
downloadgtk+-1ad01acbf2a86af4decb34496f4ef1f05184ee5e.tar.gz
Add _gdk_drawable_get_subwindow_scratch_gc as a way to get cached gcs with GDK_INCLUDE_INFERIORS
Diffstat (limited to 'gdk/gdkscreen.h')
-rw-r--r--gdk/gdkscreen.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdk/gdkscreen.h b/gdk/gdkscreen.h
index b1f3b8e8a7..96ff8d44a2 100644
--- a/gdk/gdkscreen.h
+++ b/gdk/gdkscreen.h
@@ -51,6 +51,7 @@ struct _GdkScreen
GdkGC *normal_gcs[32];
GdkGC *exposure_gcs[32];
+ GdkGC *subwindow_gcs[32];
cairo_font_options_t *font_options;
double resolution; /* pixels/points scale factor for fonts */