fix remapping behavior. Remapping is only necessary if we are rendering on the workbe...
[AROS-Contrib.git] / scalos / main / HistoryGadgetClass.h
blob7e9177c773f9f765d5f4ac860d1c451e0aa435f3
1 // HistoryGadgetClass.h
2 // $Date$
3 // $Revision$
5 #ifndef HISTORYGADGETCLASS_H
6 #define HISTORYGADGETCLASS_H
9 /* Tags for History Gadget class */
11 #define SCAHISTORY_TagBase (TAG_USER + 0x91c00)
13 #define SCAHISTORY_Active (SCAHISTORY_TagBase + 1) // [ISG] (struct Node *) Node of active label
14 #define SCAHISTORY_Labels (SCAHISTORY_TagBase + 2) // [I..] (struct List *) List label nodes
16 #endif /* HISTORYGADGETCLASS_H */