fix absent parameters

git-svn-id: svn://kolibrios.org@6676 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
pathoswithin 2016-11-05 04:32:25 +00:00
parent 038e72e9ee
commit 921b4b03c0

View File

@ -71,9 +71,9 @@ struc edit_box width,left,top,color,shift_color,focus_border_color,\
.max dd max .max dd max
.text dd text .text dd text
.mouse_variable dd mouse_variable .mouse_variable dd mouse_variable
.flags dd flags .flags dd flags+0
.size dd size .size dd size+0
.pos dd pos .pos dd pos+0
.offset dd 0 .offset dd 0
.cl_curs_x dd 0 .cl_curs_x dd 0
.cl_curs_y dd 0 .cl_curs_y dd 0