Rockbox open source high quality audio player as a Music Player Daemon
mpris rockbox mpd libadwaita audio rust zig deno
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

D'oh - fix a silly #ifdef mistake that caused problems with remote WPSs using viewports.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16787 a1c6a512-1295-4272-9138-f99709370657

+1 -2
+1 -2
apps/gui/wps_parser.c
··· 610 610 } 611 611 } 612 612 else 613 - #else 613 + #endif 614 614 { 615 615 if ((vp->x >= LCD_WIDTH) || 616 616 ((vp->x + vp->width) > LCD_WIDTH) || ··· 620 620 return WPS_ERROR_INVALID_PARAM; 621 621 } 622 622 } 623 - #endif 624 623 625 624 wps_data->viewports[wps_data->num_viewports-1].last_line = wps_data->num_lines - 1; 626 625