Subversion Repositories Kolibri OS

Rev

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

Rev 2540 Rev 3187
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: