Home
last modified time | relevance | path

Searched refs:ITEM_NEW_LAYER (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/xournal/xournal-0.4.8.2016/src/
H A Dxournal.h201 #define ITEM_NEW_LAYER 6 macro
H A Dxo-callbacks.c577 else if (undo->type == ITEM_NEW_LAYER) { in on_editUndo_activate()
797 else if (redo->type == ITEM_NEW_LAYER) { in on_editRedo_activate()
1201 undo->type = ITEM_NEW_LAYER; in on_journalNewLayer_activate()
H A Dxo-misc.c291 else if (redo->type == ITEM_NEW_LAYER) { in clear_redo_stack()