summaryrefslogtreecommitdiff
path: root/gdk/gdkinternals.h
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2012-11-07 13:01:09 +0100
committerAlexander Larsson <alexl@redhat.com>2013-02-07 11:11:37 +0100
commitada6d81247fc1dac9d5cbadbd343e25c11da939f (patch)
tree85f6d0475d146d064bc2dbb37e75e71cdee58bbf /gdk/gdkinternals.h
parentf6383ebf9ed3f8557b2eb9088887f2c9ac5fd0c7 (diff)
downloadgtk+-ada6d81247fc1dac9d5cbadbd343e25c11da939f.tar.gz
gdkwindow: Store the implicit paint in a list
This changes nothing, but lets us later have multiple implicit paints https://bugzilla.gnome.org/show_bug.cgi?id=687842
Diffstat (limited to 'gdk/gdkinternals.h')
-rw-r--r--gdk/gdkinternals.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdk/gdkinternals.h b/gdk/gdkinternals.h
index 0eb4074cb8..4a2bc87488 100644
--- a/gdk/gdkinternals.h
+++ b/gdk/gdkinternals.h
@@ -247,7 +247,7 @@ struct _GdkWindow
GdkCursor *cursor;
GHashTable *device_cursor;
- GdkWindowPaint *implicit_paint;
+ GSList *implicit_paint;
GList *outstanding_moves;