From 69af03a2c2fccc06cb836f42a10b490a48f29c15 Mon Sep 17 00:00:00 2001 From: notaz Date: Thu, 9 Dec 2010 19:15:01 +0200 Subject: add OMAP layer, also preliminary menu, hud and input support --- frontend/omap.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 frontend/omap.h (limited to 'frontend/omap.h') diff --git a/frontend/omap.h b/frontend/omap.h new file mode 100644 index 0000000..5cd78ed --- /dev/null +++ b/frontend/omap.h @@ -0,0 +1,6 @@ + +extern struct vout_fbdev *layer_fb; +extern int g_layer_x, g_layer_y; +extern int g_layer_w, g_layer_h; + +int omap_enable_layer(int enabled); -- cgit v1.2.3