Subversion Repositories Kolibri OS

Rev

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

Rev 7755 Rev 7756
Line 52... Line 52...
52
#define URL_SIZE 4000;
52
#define URL_SIZE 4000;
53
#include "..\TWB\TWB.c"
53
#include "..\TWB\TWB.c"
54
#include "show_src.h"
54
#include "show_src.h"
Line 55... Line 55...
55
 
55
 
56
char URL[URL_SIZE];
56
char URL[URL_SIZE+1];
57
char editURL[URL_SIZE];
57
char editURL[URL_SIZE+1];
58
int	mouse_twb;
58
int	mouse_twb;
Line 59... Line 59...
59
edit_box address_box = {250,60,30,0xffffff,0x94AECE,0xffffff,0xffffff,0x10000000,URL_SIZE-2,#editURL,#mouse_twb,2,19,19};
59
edit_box address_box = {250,60,30,0xffffff,0x94AECE,0xffffff,0xffffff,0x10000000,URL_SIZE-2,#editURL,#mouse_twb,2,19,19};