Subversion Repositories Kolibri OS

Rev

Rev 4813 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4813 Rev 6253
Line 128... Line 128...
128
    call    button_draw_all
128
    call    button_draw_all
129
    mov     eax, bback
129
    mov     eax, bback
130
    call    button_draw_all
130
    call    button_draw_all
131
    ; arrow
131
    ; arrow
132
    pusha
132
    pusha
133
    mov     eax , 7
-
 
134
    mov     ebx , arrowa
-
 
135
    mov     ecx , 6 shl 16 + 10
133
    mov	ecx,[sc.btn_text]
136
    mov     edx , 46 shl 16 + 13
-
 
137
    int     0x40
134
    or	ecx,0x90000000
138
    mov     ebx , arrowb
135
    mcall	4,<15,11>, ,arrowa
139
    mov     edx , 17 shl 16 + 13
136
    mcall	 ,<45,11>, ,arrowb
140
    int     0x40
-
 
141
    popa
137
    popa
142
    ret
138
    ret
Line 143... Line 139...
143
 
139
 
144
button_draw_all:
140
button_draw_all: