Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 6253 → Rev 4813

/programs/other/personal/Tupfile.lua
File deleted
/programs/other/personal/build.bat
File deleted
\ No newline at end of file
/programs/other/personal/inc/button.inc
130,10 → 130,14
call button_draw_all
; arrow
pusha
mov ecx,[sc.btn_text]
or ecx,0x90000000
mcall 4,<15,11>, ,arrowa
mcall ,<45,11>, ,arrowb
mov eax , 7
mov ebx , arrowa
mov ecx , 6 shl 16 + 10
mov edx , 46 shl 16 + 13
int 0x40
mov ebx , arrowb
mov edx , 17 shl 16 + 13
int 0x40
popa
ret
 
/programs/other/personal/personal.asm
13,7 → 13,7
dd 0x0
dd 0x0
 
include '../../macros.inc'
include 'macros.inc'
;=============================================================================;
;============================[ EVENTS ]===========================;
;=============================================================================;
145,8 → 145,10
;; button -------------------------------------------------
bnext new_button
bback new_button
arrowa db '<',0
arrowb db '>',0
arrowa:
file 'l.raw'
arrowb:
file 'r.raw'
;; edit ---------------------------------------------------
edit_cnt dd 1 ; counter
edit_win db 'WINDOW',0 ; 1