Subversion Repositories Kolibri OS

Rev

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

Rev 2465 Rev 2987
Line 3... Line 3...
3
;; Copyright (C) KolibriOS team 2010-2012. All rights reserved. ;;
3
;; Copyright (C) KolibriOS team 2010-2012. 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: 2465 $
8
$Revision: 2987 $
Line 9... Line 9...
9
 
9
 
10
include 'mousepointer.inc'
10
include 'mousepointer.inc'
Line 256... Line 256...
256
        test    dl, mouse.WINDOW_RESIZE_E_FLAG
256
        test    dl, mouse.WINDOW_RESIZE_E_FLAG
257
        jz      .call_window_handler
257
        jz      .call_window_handler
258
        call    .calculate_e_delta
258
        call    .calculate_e_delta
Line 259... Line 259...
259
 
259
 
260
  .call_window_handler:
260
  .call_window_handler:
261
        mov     eax, mouse.active_sys_window.old_box
261
;        mov     eax, mouse.active_sys_window.old_box
Line 262... Line 262...
262
        call    sys_window_start_moving_handler
262
;        call    sys_window_start_moving_handler
263
 
263
 
Line 264... Line 264...
264
  .exit:
264
  .exit: