mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-03-23 18:53:08 +08:00
testgdk: Update icon filename for the new png image
This commit is contained in:
@@ -339,7 +339,7 @@ static bool SDLCALL GDKEventWatch(void* userdata, SDL_Event* event)
|
|||||||
int main(int argc, char *argv[])
|
int main(int argc, char *argv[])
|
||||||
{
|
{
|
||||||
int i;
|
int i;
|
||||||
const char *icon = "icon.bmp";
|
const char *icon = "icon.png";
|
||||||
char *soundname = NULL;
|
char *soundname = NULL;
|
||||||
bool suppressdraw = false;
|
bool suppressdraw = false;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user