Subversion Repositories Kolibri OS

Rev

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

Rev 6359 Rev 6367
Line 62... Line 62...
62
	sub	ebx,5+ci_panel_x_pos+ci_offs_skin_w-1
62
	sub	ebx,5+ci_panel_x_pos+ci_offs_skin_w-1
63
	mcall SF_DRAW_RECT,,ci_panel_y_pos,dword[syscolors+20] ; ç¨á⪠ ¯®«®áë ¤«ï ¬¥­î
63
	mcall SF_DRAW_RECT,,ci_panel_y_pos,dword[syscolors+20] ; ç¨á⪠ ¯®«®áë ¤«ï ¬¥­î
Line 64... Line 64...
64
 
64
 
65
	call put_main_menu
65
	call put_main_menu
-
 
66
;------------------------------------------------
-
 
67
	; draw toolbard background
-
 
68
	mov ebx, ci_panel_x_pos
-
 
69
	shl ebx, 16
-
 
70
	add ebx, [Window_SizeX]
-
 
71
	sub	ebx, 9
-
 
72
	mov ecx, ci_panel_y_pos
-
 
73
	shl ecx, 16
-
 
74
	add ecx, 51
-
 
75
	mov edx, 0xD5CDCB
-
 
76
	mcall 13
66
;------------------------------------------------
77
 
67
	mov	eax,ci_panel_x_pos
78
	mov	eax,ci_panel_x_pos
68
	mov	ebx,ci_panel_y_pos
79
	mov	ebx,ci_panel_y_pos
69
	mov	ecx,[Window_SizeX]
80
	mov	ecx,[Window_SizeX]
70
	mov	edx,50
81
	mov	edx,50
71
	mov	esi,1
82
	mov	esi,1
72
	sub	ecx,5+ci_panel_x_pos+ci_offs_skin_w
-
 
73
	call	draw_volume_rectangle ; tools panel
83
	sub	ecx,5+ci_panel_x_pos+ci_offs_skin_w
74
	call	draw_icons
84
	call	draw_icons
75
	call	PrintMousePos
85
	call	PrintMousePos
76
;------------------------------------------------
86
;------------------------------------------------
77
	mov ecx,[k]
87
	mov ecx,[k]