Subversion Repositories Kolibri OS

Rev

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

Rev 1549 Rev 1563
Line 55... Line 55...
55
;;
55
;;
56
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
56
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 57... Line 57...
57
 
57
 
Line 58... Line 58...
58
include 'macros.inc'
58
include 'macros.inc'
Line 59... Line 59...
59
 
59
 
Line 60... Line 60...
60
$Revision: 1549 $
60
$Revision: 1563 $
Line 2905... Line 2905...
2905
        mov     eax, [Screen_Max_X]
2905
        mov     eax, [Screen_Max_X]
2906
        mov     [edx + RECT.right], eax
2906
        mov     [edx + RECT.right], eax
2907
        mov     eax, [Screen_Max_Y]
2907
        mov     eax, [Screen_Max_Y]
2908
        mov     [edx + RECT.bottom], eax
2908
        mov     [edx + RECT.bottom], eax
Line 2909... Line -...
2909
 
-
 
2910
        mov     edi, [TASK_BASE]
-
 
2911
        or      [edi - twdw + WDATA.fl_wdrawn], 1   ; no new position & buttons from app
-
 
2912
        call    sys_window_mouse
-
 
2913
        ret
-
 
2914
 
2909
 
2915
  srl1:
2910
  srl1:
Line 2916... Line 2911...
2916
        ret
2911
        ret
2917
 
2912