Subversion Repositories Kolibri OS

Rev

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

Rev 109 Rev 340
Line 29... Line 29...
29
	%define STACKSIZE	1024
29
	%define STACKSIZE	1024
Line 30... Line 30...
30
 
30
 
31
	; default window position/dimensions (work area)
31
	; default window position/dimensions (work area)
32
	%define DEFAULT_XPOS	-20
32
	%define DEFAULT_XPOS	-20
33
	%define DEFAULT_YPOS	20
33
	%define DEFAULT_YPOS	20
34
	%define DEFAULT_WIDTH	80
34
	%define DEFAULT_WIDTH	100
Line 35... Line 35...
35
	%define DEFAULT_HEIGHT	80
35
	%define DEFAULT_HEIGHT	100
36
 
36
 
37
	; minimal size (horizontal and vertical) of work area
37
	; minimal size (horizontal and vertical) of work area
Line 38... Line 38...
38
	%define MIN_WIDTH	80
38
	%define MIN_WIDTH	100
39
	%define MIN_HEIGHT	80
39
	%define MIN_HEIGHT	100
40
 
40