Subversion Repositories Kolibri OS

Rev

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

Rev 7748 Rev 7752
Line 3... Line 3...
3
#include "..\lib\collection.h"
3
#include "..\lib\collection.h"
Line 4... Line 4...
4
 
4
 
5
#define NOLINE    0
5
#define NOLINE    0
Line 6... Line 6...
6
#define UNDERLINE 1
6
#define UNDERLINE 1
Line 7... Line 7...
7
 
7
 
8
#define MAXLINKS 400
8
#define MAXLINKS 2000
9
 
9
 
10
struct array_link {
10
struct array_link {
Line 56... Line 56...
56
	count = 0;
56
	count = 0;
57
	active = -1;
57
	active = -1;
58
	CursorPointer.Restore();
58
	CursorPointer.Restore();
59
}
59
}
Line 60... Line 60...
60
 
60
 
61
char temp[sizeof(URL)];
61
char temp[URL_SIZE];
Line 62... Line 62...
62
PathShow_data status_text = {0, 17,250, 6, 250, 0, 0, 0x0, 0xFFFfff, 0, #temp, 0};
62
PathShow_data status_text = {0, 17,250, 6, 250, 0, 0, 0x0, 0xFFFfff, 0, #temp, 0};
63
 
63
 
64
bool LinksArray::HoverAndProceed(dword mx, my)
64
bool LinksArray::HoverAndProceed(dword mx, my)