HTML: trying to divide network code form GUI and various fixes

git-svn-id: svn://kolibrios.org@5685 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
2015-08-05 15:30:25 +00:00
parent 88b64ba405
commit 507d835895
7 changed files with 116 additions and 81 deletions

View File

@@ -145,8 +145,25 @@ struct menu_data
};
struct edit_box{
dword width, left, top, color, shift_color, focus_border_color, blur_border_color,
text_color, max, text, mouse_variable, flags, size, pos, offset, cl_curs_x, cl_curs_y, shift, shift_old;
dword width,
left,
top,
color,
shift_color,
focus_border_color,
blur_border_color,
text_color,
max,
text,
mouse_variable,
flags,
size,
pos,
offset,
cl_curs_x,
cl_curs_y,
shift,
shift_old;
};
struct checkbox2