Subversion Repositories Kolibri OS

Rev

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

Rev 1735 Rev 1755
Line 519... Line 519...
519
    jmp  still
519
    jmp  still
Line 520... Line 520...
520
 
520
 
521
  button:		 ; button
521
  button:		 ; button
522
    mov  eax,17
522
    mov  eax,17
523
    int  0x40
-
 
-
 
523
    int  0x40
-
 
524
							; dunkaist[
-
 
525
	test eax,	0xfffffe00	; is it close button? (signal from @panel)
-
 
526
	 jz  still				; if so - wait for another event, because @panel shouldn't be closed
524
 
527
							; dunkaist]
525
    cmp  al, 0			; barsuk
528
    cmp  al, 0			; barsuk
Line 526... Line 529...
526
    jnz  right_mouse
529
    jnz  right_mouse
527
 
530
 
Line 1592... Line 1595...
1592
    sub  ebx, 10*65536
1595
    sub  ebx, 10*65536
1593
  @@:
1596
  @@:
1594
    mov  ecx, 1*65536
1597
    mov  ecx, 1*65536
1595
    add  ecx, [b_size_y]
1598
    add  ecx, [b_size_y]
1596
    dec  ecx
1599
    dec  ecx
1597
    mov  edx, 0x20000001
1600
;    mov  edx, 0x20000001			; dunkaist[
-
 
1601
    mov  edx, 0x20d1ff01			; dunkaist]
1598
    add  edx, [button_frames]
1602
    add  edx, [button_frames]
1599
    mov  esi, [wcolor]
1603
    mov  esi, [wcolor]
1600
    int  0x40
1604
    int  0x40
Line 1601... Line 1605...
1601
 
1605