1.70beta0 pandora release
[libpicofe.git] / pandora / pandora.c
index 4019994..736052f 100644 (file)
@@ -4,6 +4,7 @@
 \r
 #include "../linux/sndout_oss.h"\r
 #include "../linux/fbdev.h"\r
+#include "../linux/x11h.h"\r
 #include "../common/emu.h"\r
 \r
 void plat_early_init(void)\r
@@ -14,6 +15,8 @@ void plat_init(void)
 {\r
        int ret, w, h;\r
 \r
+       x11h_init();\r
+\r
        ret = vout_fbdev_init(&w, &h);\r
        if (ret != 0) {\r
                fprintf(stderr, "couldn't init framebuffer\n");\r