Subversion Repositories Kolibri OS

Rev

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

Rev 6444 Rev 7354
Line 271... Line 271...
271
        mov     esi,0xccddee
271
        mov     esi,0xccddee
272
        test    dword [index],1
272
        test    dword [index],1
273
        jz      @f
273
        jz      @f
274
        mov     esi,0xaabbcc
274
        mov     esi,0xaabbcc
275
@@:
275
@@:
-
 
276
		add     edx,0x80000000 ; delete a button
-
 
277
		mcall   8              ; before create
-
 
278
		sub     edx,0x80000000 ; a new one below
276
        mcall   8,<10,99>
279
        mcall   8,<10,99>
277
        mov     [btn_bacground_color],esi
280
        mov     [btn_bacground_color],esi
278
;draw background for proccess information
281
;draw background for proccess information
279
        mov     edx,0xddffdd
282
        mov     edx,0xddffdd
280
        test    dword [index],1
283
        test    dword [index],1