forked from KolibriOS/kolibrios
Small fix for OpenDialog
git-svn-id: svn://kolibrios.org@1590 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
9051c21ed5
commit
fcad6320fa
@ -46,8 +46,8 @@ include '../../trunk/box_lib.mac'
|
|||||||
;include 'box_lib.mac'
|
;include 'box_lib.mac'
|
||||||
@use_library
|
@use_library
|
||||||
|
|
||||||
x_minimal_size equ 300
|
x_minimal_size equ 350
|
||||||
y_minimal_size equ 200
|
y_minimal_size equ 250
|
||||||
;---------------------------------------------------------------------
|
;---------------------------------------------------------------------
|
||||||
;---------------------------------------------------------------------
|
;---------------------------------------------------------------------
|
||||||
START:
|
START:
|
||||||
@ -105,7 +105,7 @@ control_minimal_window_size:
|
|||||||
jnz .end ;red_1
|
jnz .end ;red_1
|
||||||
mov esi,-1
|
mov esi,-1
|
||||||
mov eax,procinfo
|
mov eax,procinfo
|
||||||
mov eax,[eax+66]
|
mov eax,[eax+46]
|
||||||
cmp eax,dword y_minimal_size ;200
|
cmp eax,dword y_minimal_size ;200
|
||||||
jae @f
|
jae @f
|
||||||
mov esi,dword y_minimal_size ;200
|
mov esi,dword y_minimal_size ;200
|
||||||
@ -113,7 +113,7 @@ control_minimal_window_size:
|
|||||||
@@:
|
@@:
|
||||||
mov edx,-1
|
mov edx,-1
|
||||||
mov eax,procinfo
|
mov eax,procinfo
|
||||||
mov eax,[eax+62]
|
mov eax,[eax+42]
|
||||||
cmp eax,dword x_minimal_size ;300
|
cmp eax,dword x_minimal_size ;300
|
||||||
jae @f
|
jae @f
|
||||||
mov edx,dword x_minimal_size ;300
|
mov edx,dword x_minimal_size ;300
|
||||||
|
Loading…
Reference in New Issue
Block a user