Home
last modified time | relevance | path

Searched refs:object_list_clear_changed (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/gimp-app/gimp-2.10.30/plug-ins/imagemap/
H A Dimap_main.c652 object_list_clear_changed(_shapes); in close_current()
839 object_list_clear_changed(_shapes); in save_as()
898 object_list_clear_changed(_shapes); in really_load()
H A Dimap_object.h238 #define object_list_clear_changed(list) ((list)->changed = FALSE) macro