X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=pandora%2Fpandora.c;h=736052f8fcb424ec56a521c5259f309899bd30ee;hb=b2c5ee473d1cc0985db9a9c903d0ec1d5aa8d997;hp=4019994284e4369057bb46858458f6c3e6b7c7ec;hpb=d5d59eb4793bb5ffaa880bc2dc67908ff824e201;p=libpicofe.git diff --git a/pandora/pandora.c b/pandora/pandora.c index 4019994..736052f 100644 --- a/pandora/pandora.c +++ b/pandora/pandora.c @@ -4,6 +4,7 @@ #include "../linux/sndout_oss.h" #include "../linux/fbdev.h" +#include "../linux/x11h.h" #include "../common/emu.h" void plat_early_init(void) @@ -14,6 +15,8 @@ void plat_init(void) { int ret, w, h; + x11h_init(); + ret = vout_fbdev_init(&w, &h); if (ret != 0) { fprintf(stderr, "couldn't init framebuffer\n");