testgdk: Update icon filename for the new png image

This commit is contained in:
Ethan Lee
2026-02-26 10:44:58 -05:00
committed by GitHub
parent 29ca920fdf
commit ea539c0075

View File

@@ -339,7 +339,7 @@ static bool SDLCALL GDKEventWatch(void* userdata, SDL_Event* event)
int main(int argc, char *argv[])
{
int i;
const char *icon = "icon.bmp";
const char *icon = "icon.png";
char *soundname = NULL;
bool suppressdraw = false;