changed GIMP_VIEWABLE_PRIORITY_IDLE to G_PRIORITY_LOW. The reason for the

2007-12-01  Sven Neumann  <sven@gimp.org>

	* app/core/gimpviewable.h: changed GIMP_VIEWABLE_PRIORITY_IDLE 
to
	G_PRIORITY_LOW. The reason for the very low priority was to keep
	it lower than the projection idle renderer.


svn path=/trunk/; revision=24249
This commit is contained in:
Sven Neumann 2007-12-01 10:57:22 +00:00 committed by Sven Neumann
parent 49e174569a
commit 9a39bc03a9
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2007-12-01 Sven Neumann <sven@gimp.org>
* app/core/gimpviewable.h: changed GIMP_VIEWABLE_PRIORITY_IDLE to
G_PRIORITY_LOW. The reason for the very low priority was to keep
it lower than the projection idle renderer.
2007-12-01 Martin Nordholts <martinn@svn.gnome.org>
* docs/Makefile.am: Applied patch from Jesper de Jong that removes

View File

@ -33,7 +33,7 @@
#define GIMP_VIEWABLE_MAX_BUTTON_SIZE 64
#define GIMP_VIEWABLE_MAX_MENU_SIZE 48
#define GIMP_VIEWABLE_PRIORITY_IDLE (G_PRIORITY_LOW + 100)
#define GIMP_VIEWABLE_PRIORITY_IDLE G_PRIORITY_LOW
#define GIMP_TYPE_VIEWABLE (gimp_viewable_get_type ())