Subversion Repositories Kolibri OS

Rev

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

Rev 2152 Rev 2153
Line 1... Line 1...
1
//HTML Viewer in C--
1
//HTML Viewer in C--
2
//Copyright 2007-2009 by Veliant & Leency
2
//Copyright 2007-2009 by Veliant & Leency
3
//Asper, Lrz, Nable, lev.
3
//Asper, Lrz, Nable, lev.
Line 4... Line 4...
4
 
4
 
5
#include "../lib/kolibri.h--"
-
 
6
#include "../lib/memory.h--"
5
#include "../lib/kolibri.h--"
7
#include "../lib/file_system.h--"
6
#include "../lib/file_system.h--"
8
#include "include/some_code.h--"
7
#include "include/some_code.h--"
9
#include "img/toolbar_icons.c--"
8
#include "img/toolbar_icons.c--"
10
#include "img/URLgoto.txt";
9
#include "img/URLgoto.txt";
Line 37... Line 36...
37
proc_info Form;
36
proc_info Form;
Line 38... Line 37...
38
 
37
 
39
 
38
 
-
 
39
void main()
-
 
40
{
40
void main()
41
	mouse m;
-
 
42
	int btn;
41
{
43
	byte key;
42
	mouse m; dword btn; byte key;
44
	
43
	IF (param) copystr(#param,#URL);
45
	IF (param) copystr(#param,#URL);
-
 
46
	BrowserHistory.AddUrl();
44
	BrowserHistory.AddUrl();
47
	copystr(#URL,#editURL);
45
	copystr(#URL,#editURL);
48
	
46
    //Asper [
49
    //Asper [
47
        mem_Init();
50
        mem_Init();
48
        $or      eax, eax
51
        $or      eax, eax