Subversion Repositories Kolibri OS

Rev

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

Rev 842 Rev 856
Line 53... Line 53...
53
;;
53
;;
54
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
54
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 55... Line 55...
55
 
55
 
Line 56... Line 56...
56
include 'macros.inc'
56
include 'macros.inc'
Line 57... Line 57...
57
 
57
 
Line 58... Line 58...
58
$Revision: 842 $
58
$Revision: 856 $
Line 3016... Line 3016...
3016
 
3016
 
3017
    mov   eax,[timer_ticks] ;[0xfdf0]
3017
    mov   eax,[timer_ticks] ;[0xfdf0]
3018
    add   eax,100
3018
    add   eax,100
Line -... Line 3019...
-
 
3019
    mov   [new_window_starting],eax
3019
    mov   [new_window_starting],eax
3020
 
-
 
3021
    movsx eax,bx
3020
 
3022
    mov   [edi+WDATA.box.width],eax
3021
    mov   word[edi+WDATA.box.width],bx
3023
    movsx eax,cx
3022
    mov   word[edi+WDATA.box.height],cx
3024
    mov   [edi+WDATA.box.height],eax
3023
    sar   ebx,16
3025
    sar   ebx,16
3024
    sar   ecx,16
3026
    sar   ecx,16
Line 3025... Line 3027...
3025
    mov   word[edi+WDATA.box.left],bx
3027
    mov   [edi+WDATA.box.left],ebx
Line 3026... Line 3028...
3026
    mov   word[edi+WDATA.box.top],cx
3028
    mov   [edi+WDATA.box.top],ecx