Subversion Repositories Kolibri OS

Rev

Rev 7253 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 7253 Rev 7271
Line 1... Line 1...
1
// Actions history
1
// Actions history
Line 2... Line 2...
2
 
2
 
Line 3... Line 3...
3
#define MAX_ACTIONS_COUNT 10
3
#define MAX_ACTIONS_COUNT 15
4
 
4
 
5
struct _ActionsHistory {
5
struct _ActionsHistory {
6
	dword stack[MAX_ACTIONS_COUNT];
6
	dword stack[MAX_ACTIONS_COUNT];