Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 2258 → Rev 2262

/programs/other/kpack/trunk/const_var.inc
202,7 → 202,7
mouse_dd dd 0
;---------------------------------------------------------------------
 
check1 check_box 353,40,4,10,0x80AABBCC,0,0,check_text,6
check1 check_box 353,40,4,10,0x80ffffff,0,0,check_text,6
 
check_text db 'Kernel',0
;*********************************************************************
/programs/other/kpack/trunk/kpack.asm
443,7 → 443,7
; draw lines and frame
call draw_lines
; draw buttons
call draw_bittons
call draw_buttons
; draw messages
call draw_messages
; draw editbox's
501,10 → 501,10
pop ecx
ret
;*********************************************************************
draw_bittons:
draw_buttons:
; define compress button
mov cx,18
mcall 8,<351,72>,,2,[color_table+36]
mcall 8,<351,72>,,2,[color_table+24]
; uncompress button
add ecx,18 shl 16
inc edx