mirror of
https://git.code.sf.net/p/quake/quake2forge
synced 2025-01-06 09:51:05 +00:00
- Confirmed icon support for SDL drivers. (icculus patchset #9)
This commit is contained in:
parent
3cea7ff14a
commit
f1913fdc22
1 changed files with 27 additions and 28 deletions
|
@ -652,8 +652,7 @@ int GLimp_Init( void *hInstance, void *wndProc )
|
|||
}
|
||||
#endif
|
||||
|
||||
static void SetSDLIcon(void)
|
||||
{
|
||||
static void SetSDLIcon(void) {
|
||||
#include "../data/pixmaps/q2icon.xbm"
|
||||
SDL_Surface * icon;
|
||||
SDL_Color color;
|
||||
|
|
Loading…
Reference in a new issue