testgdk: Update icon filename for the new png image

This commit is contained in:
Ethan Lee
2026-02-26 10:44:58 -05:00
parent 8bf6e23164
commit c9479f86f6

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;