Subversion Repositories Kolibri OS

Rev

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

Rev 3452 Rev 3534
Line 4... Line 4...
4
;; Copyright (C) MenuetOS 2000-2004 Ville Mikael Turjanmaa      ;;
4
;; Copyright (C) MenuetOS 2000-2004 Ville Mikael Turjanmaa      ;;
5
;; Distributed under terms of the GNU General Public License    ;;
5
;; Distributed under terms of the GNU General Public License    ;;
6
;;                                                              ;;
6
;;                                                              ;;
7
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
7
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 8... Line 8...
8
 
8
 
Line 9... Line 9...
9
$Revision: 3452 $
9
$Revision: 3534 $
10
 
10
 
11
;==============================================================================
11
;==============================================================================
Line 1627... Line 1627...
1627
        or      [edi + WDATA.fl_wdrawn], 1
1627
        or      [edi + WDATA.fl_wdrawn], 1
1628
; After first draw_window we need redraw mouse necessarily!
1628
; After first draw_window we need redraw mouse necessarily!
1629
; Otherwise the user can see cursor specified by f.37.5 from another window.
1629
; Otherwise the user can see cursor specified by f.37.5 from another window.
1630
; He will be really unhappy! He is terrible in rage - usually he throws stones!
1630
; He will be really unhappy! He is terrible in rage - usually he throws stones!
1631
        mov     [redrawmouse_unconditional], 1
1631
        mov     [redrawmouse_unconditional], 1
-
 
1632
        call    wakeup_osloop
1632
        ; NOTE: commented out since doesn't provide necessary functionality
1633
        ; NOTE: commented out since doesn't provide necessary functionality
1633
        ;       anyway, to be reworked
1634
        ;       anyway, to be reworked
1634
;       mov     eax, [timer_ticks] ; [0xfdf0]
1635
;       mov     eax, [timer_ticks] ; [0xfdf0]
1635
;       add     eax, 100
1636
;       add     eax, 100
1636
;       mov     [new_window_starting], eax
1637
;       mov     [new_window_starting], eax