Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 9639 → Rev 9640

/programs/cmm/lib/obj/box_lib.h
136,7 → 136,7
ESI.edit_box.size = strlen(ed_text);
}
 
:dword EditBox_CreateStandart(dword width, left, top, maxlen, text, flags)
:dword EditBox_Create(dword left, top, width, maxlen, text, flags)
{
dword eb, i;
eb = malloc(sizeof(edit_box));