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:
committed by
Sven Neumann
parent
55eea34f1c
commit
addba61b08
@ -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__ */
|
||||
|
||||
Reference in New Issue
Block a user