kolibrios/programs/media/animage/trunk/init_data.inc
IgorA 22762353bf fix scroll bars positions where redraw window
git-svn-id: svn://kolibrios.org@6352 a494cfbc-eb01-0410-851d-a64ba20cac60
2016-03-16 13:23:19 +00:00

30 lines
768 B
PHP

;---------------------------------------------------------
;--------initializate data and params of program----------
;---------------------------------------------------------
mov [Window_SizeX],640
mov [Window_SizeY],220
mov [Window_CordinatX],50
mov [Window_CordinatY],50
mov [WorkScreen_SizeX],100
mov [WorkScreen_SizeY],100
mov [MaxWorkScreen_SizeX],100
mov [MaxWorkScreen_SizeY],100
and [PosX],0
and [PosY],0
mov [Picture_SizeX],640
mov [Picture_SizeY],400
mov [k],1
mcall SF_SYS_MISC,SSF_MEM_ALLOC,4096
mov [ScreenPointer],eax
and [save_flag],0
mov [line_width],1
mov [lastik_is_active],0
and [crossing],0
and [finishing_crossing],0
and [number_undo],0
and [instrument_used],0
and [DrawSprite_flag],0
finit