forked from KolibriOS/kolibrios
File subsystem: fixed error in function 70.5 for CD
Window subsystem: now when window coordinates are changed, client area is changed too git-svn-id: svn://kolibrios.org@150 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
@@ -3010,10 +3010,9 @@ sys_set_window:
|
||||
mov word[edi+WDATA.box.left],ax
|
||||
mov word[edi+WDATA.box.top],bx
|
||||
|
||||
call set_window_clientbox
|
||||
|
||||
call check_window_position
|
||||
|
||||
call set_window_clientbox
|
||||
|
||||
push ecx esi edi ; save for window fullscreen/resize
|
||||
;mov esi,edi
|
||||
@@ -3134,6 +3133,7 @@ sys_window_move:
|
||||
.no_y_resizing:
|
||||
|
||||
call check_window_position
|
||||
call set_window_clientbox
|
||||
|
||||
pushad ; save for window fullscreen/resize
|
||||
mov esi,edi
|
||||
|
Reference in New Issue
Block a user