app: fix drawing of the empty canvas wilber

This commit is contained in:
Michael Natterer
2013-09-28 18:00:31 +02:00
parent c1095cb406
commit 462f61794e
5 changed files with 113 additions and 10 deletions

View File

@ -187,6 +187,9 @@ struct _GimpDisplayShell
GimpMotionBuffer *motion_buffer;
GQueue *zoom_focus_pointer_queue;
gboolean blink;
guint blink_timeout_id;
};
struct _GimpDisplayShellClass