Subversion Repositories Kolibri OS

Rev

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

Rev 4031 Rev 4033
Line 256... Line 256...
256
;--------------------------------------
256
;--------------------------------------
257
align 4
257
align 4
258
@@:
258
@@:
259
;	call	calculate_button_y_coordinate_and_size
259
;	call	calculate_button_y_coordinate_and_size
260
        mov     ecx, [height]
260
        mov     ecx, [height]
261
	mov	edx, 0x40d1ff01
261
	mov	edx, 0x60d1ff01
262
;	mov	edx, 0xd1ff01
262
;	mov	edx, 0xd1ff01
263
;	add	edx, [button_frames]
263
;	add	edx, [button_frames]
264
	mcall	8,,,,[wcolor]	; MENU BUTTON
264
	mcall	8,,,,[wcolor]	; MENU BUTTON
Line 265... Line 265...
265
	
265