Subversion Repositories Kolibri OS

Rev

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

Rev 1751 Rev 2245
Line 953... Line 953...
953
    mov  eax,40
953
    mov  eax,40
954
    mov  ebx,010101b
954
    mov  ebx,010101b
955
    mcall
955
    mcall
Line 956... Line 956...
956
 
956
 
957
still2:
-
 
958
 
957
still2:
959
    mov  eax,10
958
    mov  eax,10
Line 960... Line 959...
960
    mcall
959
    mcall
961
 
960
 
Line 989... Line 988...
989
        cmp     eax,[ebp+4]
988
        cmp     eax,[ebp+4]
990
        je      .lp1
989
        je      .lp1
991
    @@: call    get_bg_info
990
    @@: call    get_bg_info
992
        mcall   67,[ebp+0],[ebp+4],51,51
991
        mcall   67,[ebp+0],[ebp+4],51,51
Line -... Line 992...
-
 
992
 
993
 
993
  .lp1:
994
  .lp1: call    draw_window2
994
	call    draw_window2
Line 995... Line 995...
995
        jmp     still2
995
        jmp     still2
996
 
996
 
997
  button2:
997
  button2:
Line 998... Line 998...
998
    mov  al,17
998
    mov  al,17
999
    mcall
999
    mcall
Line -... Line 1000...
-
 
1000
 
-
 
1001
	cmp	ah, 2
-
 
1002
	jnz	still2
-
 
1003
 
-
 
1004
	mcall	9,I_END,-1
-
 
1005
	mov	ecx,[ebx+30]	; PID
-
 
1006
	mcall	18,21
-
 
1007
	mov	edx,eax	; SLOT
-
 
1008
	mcall	18,7
-
 
1009
	cmp	edx,eax	; compare with active SLOT
-
 
1010
	jne	@f
-
 
1011
	mov	ecx,edx
1000
 
1012
	mcall	18,1	; set to down
1001
	cmp	ah, 2
1013
	call	draw_window2
1002
	jnz	still2
1014
@@:
1003
 
1015
	
1004
    mov  esi,[ebp+8]
1016
    mov  esi,[ebp+8]
Line 1350... Line 1362...
1350
 
1362
 
Line 1351... Line 1363...
1351
 
1363
 
1352
image          dd  0x3000
-
 
1353
 
1364
image          dd  0x3000
1354
I_Param:
1365
 
Line 1355... Line 1366...
1355
 
1366
I_Param:
1356
 icon_data = I_END+0x1400
1367
 icon_data = I_END+0x1400