Added support for testing window manager icons

This commit is contained in:
Sam Lantinga 2010-07-14 21:25:15 -07:00
parent 43503a8b99
commit c1eb1e8f25
2 changed files with 43 additions and 1 deletions

View file

@ -24,6 +24,7 @@ typedef struct
const char *videodriver;
int display;
const char *window_title;
const char *window_icon;
Uint32 window_flags;
int window_x;
int window_y;