Subversion Repositories Kolibri OS

Rev

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

Rev 1532 Rev 2011
Line 3... Line 3...
3
;; Copyright (C) KolibriOS team 2010. All rights reserved.      ;;
3
;; Copyright (C) KolibriOS team 2010. All rights reserved.      ;;
4
;; Distributed under terms of the GNU General Public License    ;;
4
;; Distributed under terms of the GNU General Public License    ;;
5
;;                                                              ;;
5
;;                                                              ;;
6
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
6
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 7... Line 7...
7
 
7
 
Line 8... Line 8...
8
$Revision: 1532 $
8
$Revision: 2011 $
Line 9... Line 9...
9
 
9
 
10
include 'mousepointer.inc'
10
include 'mousepointer.inc'
Line 304... Line 304...
304
        mov     eax, mouse.active_sys_window.old_box
304
        mov     eax, mouse.active_sys_window.old_box
305
        mov     ebx, mouse.active_sys_window.new_box
305
        mov     ebx, mouse.active_sys_window.new_box
306
        call    sys_window_end_moving_handler
306
        call    sys_window_end_moving_handler
Line 307... Line 307...
307
 
307
 
-
 
308
  .exit:
308
  .exit:
309
        and     [mouse.active_sys_window.action], 0
Line 309... Line 310...
309
        ret
310
        ret
310
 
311
 
311
align 4
312
align 4