X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=maemo%2Fhildon.c;h=bd895c96311c6cc35dbda29d47ca3767e88c4d0b;hp=4bdd1de15468f31e01c618b59771272281c30219;hb=7010034e5499a82f96f9fb45e7be31789a3f63b9;hpb=84b0e44599886bac368fa48cd82979019adb904d diff --git a/maemo/hildon.c b/maemo/hildon.c index 4bdd1de1..bd895c96 100644 --- a/maemo/hildon.c +++ b/maemo/hildon.c @@ -772,15 +772,19 @@ void *plat_gvideo_flip(void) } } + return pl_vout_buf; +} + +// for frontend/plugin_lib.c +void update_input(void) +{ if (g_maemo_opts & 8) maemo_x11_update_keys(); - else{ - //process GTK+ events - while (gtk_events_pending()) - gtk_main_iteration(); + else { + /* process GTK+ events */ + while (gtk_events_pending()) + gtk_main_iteration(); } - - return pl_vout_buf; } int omap_enable_layer(int enabled)