Subversion Repositories Kolibri OS

Rev

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

Rev 255 Rev 485
Line 4... Line 4...
4
drawwin:
4
drawwin:
Line 5... Line 5...
5
 
5
 
6
	mov eax,9
6
	mov eax,9
7
	mov ebx,IPC_table
7
	mov ebx,IPC_table
8
	or ecx,-1
8
	or ecx,-1
Line 9... Line 9...
9
	int 0x40
9
	mcall
10
 
10
 
11
	mov eax,[IPC_table+34]
11
	mov eax,[IPC_table+34]
12
	mov ebx,[IPC_table+38]
12
	mov ebx,[IPC_table+38]
Line 52... Line 52...
52
 
52
 
Line 53... Line 53...
53
	no_znak2:
53
	no_znak2:
54
 
54
 
55
	mov eax,12
55
	mov eax,12
Line 56... Line 56...
56
	mov ebx,1
56
	mov ebx,1
57
	int 0x40
57
	mcall
58
 
58
 
59
	and eax,0
59
	and eax,0
Line 64... Line 64...
64
	add ebx,[Window_SizeX]
64
	add ebx,[Window_SizeX]
65
	add ecx,[Window_SizeY]
65
	add ecx,[Window_SizeY]
66
	mov edx,0x03aabbcc
66
	mov edx,0x03aabbcc
67
	mov esi,0x805080d0
67
	mov esi,0x805080d0
68
	mov edi,0x005080d0
68
	mov edi,0x005080d0
69
	int 0x40
69
	mcall
Line 70... Line 70...
70
 
70
 
71
	call draw_panel
71
	call draw_panel
Line 72... Line 72...
72
	call PrintMousePos
72
	call PrintMousePos
Line 82... Line 82...
82
	mov esi,34
82
	mov esi,34
83
	call print_text
83
	call print_text
Line 84... Line 84...
84
 
84
 
85
	mov eax,12
85
	mov eax,12
86
	mov ebx,2
86
	mov ebx,2
Line 87... Line 87...
87
	int 0x40
87
	mcall
Line 88... Line 88...
88
 
88
 
89
	mov ecx,[k]
89
	mov ecx,[k]