added utility function gimp_rgb_get_gdk_color(), documented

2003-06-10  Sven Neumann  <sven@gimp.org>

	* app/widgets/gimpwidgets-utils.[ch]: added utility function
	gimp_rgb_get_gdk_color(), documented gimp_get_screen_resolution().

	* app/widgets/gimppreviewrenderer.c
	(gimp_preview_renderer_set_border_color)
	* app/display/gimpdisplayshell-appearance.c
	(gimp_display_shell_set_padding): use the new function.
This commit is contained in:
Sven Neumann
2003-06-10 16:44:44 +00:00
committed by Sven Neumann
parent 55eea34f1c
commit addba61b08
6 changed files with 56 additions and 31 deletions

View File

@ -56,5 +56,8 @@ void gimp_get_screen_resolution (GdkScreen *screen,
gdouble *xres,
gdouble *yres);
void gimp_rgb_get_gdk_color (const GimpRGB *rgb,
GdkColor *gdk_color);
#endif /* __GIMP_WIDGETS_UTILS_H__ */