plat.h 286 B

12345678910111213141516
  1. extern int g_layer_cx, g_layer_cy;
  2. extern int g_layer_cw, g_layer_ch;
  3. void pnd_menu_init(void);
  4. int pnd_setup_layer(int enabled, int x, int y, int w, int h);
  5. void pnd_restore_layer_data(void);
  6. enum {
  7. SCALE_1x1,
  8. SCALE_2x2_3x2,
  9. SCALE_2x2_2x2,
  10. SCALE_FULLSCREEN,
  11. SCALE_CUSTOM,
  12. };