libgimp/gimp.def added some missing symbols
2004-07-29 Michael Schumacher <schumaml@cvs.gnome.org> * libgimp/gimp.def * libgimp/gimpui.def: added some missing symbols
This commit is contained in:

committed by
Michael Schumacher

parent
768eaaf32c
commit
91d19f1d3a
@ -1,3 +1,8 @@
|
|||||||
|
2004-07-29 Michael Schumacher <schumaml@cvs.gnome.org>
|
||||||
|
|
||||||
|
* libgimp/gimp.def
|
||||||
|
* libgimp/gimpui.def: added some missing symbols
|
||||||
|
|
||||||
2004-07-29 Sven Neumann <sven@gimp.org>
|
2004-07-29 Sven Neumann <sven@gimp.org>
|
||||||
|
|
||||||
* libgimpbase/gimpbase.def: added new symbols.
|
* libgimpbase/gimpbase.def: added new symbols.
|
||||||
|
@ -271,6 +271,8 @@ EXPORTS
|
|||||||
gimp_paintbrush_default
|
gimp_paintbrush_default
|
||||||
gimp_palette_get_background
|
gimp_palette_get_background
|
||||||
gimp_palette_get_foreground
|
gimp_palette_get_foreground
|
||||||
|
gimp_palette_select_destroy
|
||||||
|
gimp_palette_select_new
|
||||||
gimp_palette_set_background
|
gimp_palette_set_background
|
||||||
gimp_palette_set_default_colors
|
gimp_palette_set_default_colors
|
||||||
gimp_palette_set_foreground
|
gimp_palette_set_foreground
|
||||||
|
@ -19,6 +19,9 @@ EXPORTS
|
|||||||
gimp_image_menu_new
|
gimp_image_menu_new
|
||||||
gimp_layer_combo_box_new
|
gimp_layer_combo_box_new
|
||||||
gimp_layer_menu_new
|
gimp_layer_menu_new
|
||||||
|
gimp_palette_select_widget_close
|
||||||
|
gimp_palette_select_widget_new
|
||||||
|
gimp_palette_select_widget_set
|
||||||
gimp_pattern_select_widget_close
|
gimp_pattern_select_widget_close
|
||||||
gimp_pattern_select_widget_new
|
gimp_pattern_select_widget_new
|
||||||
gimp_pattern_select_widget_set
|
gimp_pattern_select_widget_set
|
||||||
|
Reference in New Issue
Block a user