Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 1217 → Rev 1218

/programs/fs/Eolite/trunk/lib/edit_box_lib.h--
15,7 → 15,7
 
struct edit_box{
dword width, left, top, color, shift_color, focus_border_color, blur_border_color,
text_color, max, text, flags, size, pos, offset, cl_curs_x, cl_curs_y, shift, shift_old;
text_color, max, text, mouse_variable, flags, size, pos, offset, cl_curs_x, cl_curs_y, shift, shift_old;
};