X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=platform%2Fpandora%2Fplat.c;h=e857bcc8eed739542db825baf622f09bcd61251a;hb=7c18e34a745879c283ce517a799e648eef6d06ef;hp=db0690c80ec93c9edbcb3e598ca9b56f8742d4bd;hpb=739e1043a096888785b1fc251824f799a3945294;p=picodrive.git diff --git a/platform/pandora/plat.c b/platform/pandora/plat.c index db0690c..e857bcc 100644 --- a/platform/pandora/plat.c +++ b/platform/pandora/plat.c @@ -155,7 +155,7 @@ void plat_video_wait_vsync(void) void plat_status_msg_clear(void) { - vout_fbdev_clear_lines(layer_fb, g_screen_height - 8, 8); + vout_fbdev_clear_lines(layer_fb, g_osd_y, 8); } void plat_status_msg_busy_next(const char *msg)