Subversion Repositories Kolibri OS

Rev

Rev 5098 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5098 Rev 8365
Line 23... Line 23...
23
 
23
 
24
;********************************************************************
24
;********************************************************************
25
;	configuration stuff
25
;	configuration stuff
Line 26... Line 26...
26
;********************************************************************
26
;********************************************************************
27
 
27
 
Line 28... Line 28...
28
	%define APPNAME		"AClock 1.1"
28
	%define APPNAME		"Clock"
29
	%define STACKSIZE	1024
29
	%define STACKSIZE	1024
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
Line 33... Line 33...
33
	%define DEFAULT_YPOS	20
33
	%define DEFAULT_YPOS	20
34
	%define DEFAULT_WIDTH	100
34
	%define DEFAULT_WIDTH	110
35
	%define DEFAULT_HEIGHT	100
35
	%define DEFAULT_HEIGHT	110