From 6469a8c407ff23af8b7a6218f759b368eec7c339 Mon Sep 17 00:00:00 2001 From: notaz Date: Sun, 22 Apr 2012 01:56:22 +0300 Subject: frontend: clean up some hacks --- frontend/plugin_lib.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'frontend/plugin_lib.h') diff --git a/frontend/plugin_lib.h b/frontend/plugin_lib.h index e2f1d55..8645385 100644 --- a/frontend/plugin_lib.h +++ b/frontend/plugin_lib.h @@ -24,11 +24,14 @@ extern int in_enable_vibration; extern void *pl_vout_buf; +extern int g_layer_x, g_layer_y; +extern int g_layer_w, g_layer_h; + void pl_text_out16(int x, int y, const char *texto, ...); void pl_start_watchdog(void); void *pl_prepare_screenshot(int *w, int *h, int *bpp); void pl_init(void); -void pl_print_hud(int w, int h, int xborder); +void pl_print_hud(int xborder); void pl_timing_prepare(int is_pal); void pl_frame_limit(void); -- cgit v1.2.3