Subversion Repositories Kolibri OS

Rev

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

Rev 8414 Rev 8416
Line 1... Line 1...
1
// getrusage
1
// getrusage
2
#include "resource.h"
2
#include "resource.h"
Line 3... Line 3...
3
 
3
 
4
#include 
-
 
5
#define _WIN32
4
#include 
6
#include "fitz.h"
5
#include "fitz.h"
7
#include "mupdf.h"
6
#include "mupdf.h"
8
#include "pdfapp.h"
7
#include "pdfapp.h"
9
#include "icons/allbtns.h"
8
#include "icons/allbtns.h"
Line 54... Line 53...
54
	"Press Escape to hide help",
53
	"Press Escape to hide help",
55
	0
54
	0
56
};
55
};
Line 57... Line 56...
57
 
56
 
-
 
57
/*==== CODE ====*/
-
 
58
// Prototypes //
-
 
59
void RunApp(char app[], char param[]);
-
 
60
void winblit(pdfapp_t *app);
-
 
61
void DrawPagination(void);
-
 
62
void HandleNewPageNumber(unsigned char key);
-
 
63
void ApplyNewPageNumber(void);
Line 58... Line 64...
58
/*==== CODE ====*/
64
void DrawWindow(void);
59
 
65
 
60
 
66