diff options
author | Alexander Larsson <alexl@redhat.com> | 2008-12-15 14:55:53 +0100 |
---|---|---|
committer | Alexander Larsson <alex@localhost.localdomain> | 2009-04-02 10:15:15 +0200 |
commit | 36ce54878b7df02a7ff44e1f8d580cda051b0c12 (patch) | |
tree | 5188c724f5ddcad5ddbfb25cd6b3cf3dd468aa23 /gdk/gdkwindowimpl.h | |
parent | f22211c88150ff4f1ec6de11bc0d84504cd6e197 (diff) | |
download | gtk+-36ce54878b7df02a7ff44e1f8d580cda051b0c12.tar.gz |
Make _gdk_windowing_window_queue_translation a GdkWindiwImpl call
Diffstat (limited to 'gdk/gdkwindowimpl.h')
-rw-r--r-- | gdk/gdkwindowimpl.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdk/gdkwindowimpl.h b/gdk/gdkwindowimpl.h index 3509d87fac..ad1f6206e3 100644 --- a/gdk/gdkwindowimpl.h +++ b/gdk/gdkwindowimpl.h @@ -108,6 +108,11 @@ struct _GdkWindowImplIface */ gboolean (* queue_antiexpose) (GdkWindow *window, GdkRegion *update_area); + void (* queue_translation) (GdkWindow *window, + GdkRegion *area, + gint dx, + gint dy); + }; /* Interface Functions */ |