Subversion Repositories Kolibri OS

Rev

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

Rev 4088 Rev 4146
Line 1... Line -...
1
;idbRRedrawFon equ 100
-
 
2
;idbRAlign    equ 101
-
 
3
;idbRFixIcons equ 102
-
 
4
;idbRAdd      equ 103
-
 
5
;idbRDel      equ 104
-
 
6
;idbRProp     equ 105
-
 
7
 
-
 
8
DELTA_COLOR  equ 70
1
DELTA_COLOR  equ 70
9
COLOR_SEL_BUT equ 00F7092Dh
2
COLOR_SEL_BUT equ 00F7092Dh
10
MAX_USER_BUTTONS equ 30
3
MAX_USER_BUTTONS equ 30
Line 11... Line 4...
11
 
4
 
Line 626... Line 619...
626
        inc     ax
619
	inc	ax
627
        jmp     .AI6
620
	jmp	.AI6
628
      @@:
621
      @@:
629
 
622
 
Line 630... Line 623...
630
        mov     dx,[ScreenX]
623
	mov	dx,[wsW]
631
        shr     dx,1
624
	shr	dx,1
-
 
625
	add	dx,[wsX]
632
        cmp     ax,dx
626
	cmp	ax,dx
633
        jbe     .AI6
627
	jbe	.AI6
634
        sub     ax,[ScreenX]
628
	sub	ax,[wsW]
635
      .AI6:
629
      .AI6:
636
        mov     word[edi+2],ax
630
	mov	word[edi+2],ax
Line 637... Line 631...
637
 
631
 
Line 643... Line 637...
643
        inc     ax
637
	inc	ax
644
        jmp     .AI7
638
	jmp	.AI7
645
      @@:
639
      @@:
646
 
640
 
Line 647... Line 641...
647
        mov     dx,[ScreenY]
641
	mov	dx,[wsH]
648
        shr     dx,1
642
	shr	dx,1
-
 
643
	add	dx,[wsY]
649
        cmp     ax,dx
644
	cmp	ax,dx
650
        jbe     .AI7
645
	jbe	.AI7
651
        sub     ax,[ScreenY]
646
	sub	ax,[wsH]
652
      .AI7:
647
      .AI7:
653
         mov     word[edi],ax
648
	 mov	 word[edi],ax
Line 654... Line 649...
654
 
649