notaz.gp2x.de
/
libpicofe.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
minor adjustmens
[libpicofe.git]
/
pandora
/
plat.h
1
2
extern char **pnd_filter_list;
3
extern int g_layer_cx, g_layer_cy;
4
extern int g_layer_cw, g_layer_ch;
5
6
void pnd_menu_init(void);
7
int pnd_setup_layer(int enabled, int x, int y, int w, int h);
8
void pnd_restore_layer_data(void);
9
10
enum {
11
SCALE_1x1,
12
SCALE_2x2_3x2,
13
SCALE_2x2_2x2,
14
SCALE_FULLSCREEN,
15
SCALE_CUSTOM,
16
};
17