Home
last modified time | relevance | path

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

/dports/graphics/mtpaint/mtPaint-4ea607e/src/
H A Dmemory.h811 #define UC_RESET 0x40 /* Delete all, create flagged */ macro
H A Dmemory.c1617 (mode & (UC_CREATE | UC_RESET)))) j++; in undo_next_core()
1634 if (!(mode & UC_RESET)) for (i = 0; i < NUM_CHANNELS; i++) in undo_next_core()
1647 if (mode & UC_RESET) holder[i] = NULL; in undo_next_core()
1655 if (!img && !(mode & (UC_CREATE | UC_RESET))) continue; in undo_next_core()