replaced the "gboolean title_dirty" in GimpDisplayShell by "guint
2003-02-25 Michael Natterer <mitch@gimp.org> * app/display/gimpdisplayshell.[ch]: replaced the "gboolean title_dirty" in GimpDisplayShell by "guint title_idle_id". (gimp_display_shell_flush): Call gimp_display_shell_update_title() unconditionally. Don't call info_window_update(). * app/display/gimpdisplayshell-handlers.c * app/display/gimpdisplayshell-scale.c: ditto. * app/display/gimpdisplayshell-title.c: update the title in an idle function. Call info_window_update() from the idle function.
This commit is contained in:

committed by
Michael Natterer

parent
6a70f8820f
commit
f6a95200f2
@ -112,7 +112,7 @@ struct _GimpDisplayShell
|
||||
guchar *render_buf; /* buffer for rendering the image */
|
||||
GdkGC *render_gc; /* GC for rendering the image */
|
||||
|
||||
gboolean title_dirty; /* checked by _flush() */
|
||||
guint title_idle_id; /* title update idle ID */
|
||||
|
||||
gint icon_size; /* size of the icon pixmap */
|
||||
guint icon_idle_id; /* ID of the idle-function */
|
||||
|
Reference in New Issue
Block a user