Subversion Repositories Kolibri OS

Rev

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

Rev 8305 Rev 8868
Line 135... Line 135...
135
	}
135
	}
136
}
136
}
Line 137... Line 137...
137
 
137
 
138
:void DrawEditBox(dword edit_box_pointer)
138
:void DrawEditBox(dword edit_box_pointer)
139
{
139
{
140
	dword x,y,w,h,bg,t;
140
	dword x,y,w,h,bg;
141
	ESI = edit_box_pointer;
141
	ESI = edit_box_pointer;
142
	x = ESI.edit_box.left;
142
	x = ESI.edit_box.left;
143
	y = ESI.edit_box.top;
143
	y = ESI.edit_box.top;
144
	w = ESI.edit_box.width+1;
144
	w = ESI.edit_box.width+1;