tweaking pandora frontend
[libpicofe.git] / pandora / pandora.c
index 736052f..5541c2d 100644 (file)
@@ -4,7 +4,7 @@
 \r
 #include "../linux/sndout_oss.h"\r
 #include "../linux/fbdev.h"\r
-#include "../linux/x11h.h"\r
+#include "../linux/oshide.h"\r
 #include "../common/emu.h"\r
 \r
 void plat_early_init(void)\r
@@ -15,7 +15,7 @@ void plat_init(void)
 {\r
        int ret, w, h;\r
 \r
-       x11h_init();\r
+       oshide_init();\r
 \r
        ret = vout_fbdev_init(&w, &h);\r
        if (ret != 0) {\r
@@ -37,8 +37,9 @@ void plat_finish(void)
 {\r
        sndout_oss_exit();\r
        vout_fbdev_finish();\r
+       oshide_finish();\r
 \r
-       printf("all done");\r
+       printf("all done\n");\r
 }\r
 \r
 /* lprintf */\r