Mercurial > sdl-ios-xcode
diff src/video/x11/SDL_x11video.c @ 2967:e4a469d6ddab
Implemented SDL_SetWindowIcon(), with translucent icon support under X11.
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Fri, 02 Jan 2009 17:39:48 +0000 |
parents | ee331407574f |
children | 8f4ed5ec2b06 |
line wrap: on
line diff
--- a/src/video/x11/SDL_x11video.c Fri Jan 02 16:38:31 2009 +0000 +++ b/src/video/x11/SDL_x11video.c Fri Jan 02 17:39:48 2009 +0000 @@ -174,6 +174,7 @@ device->CreateWindow = X11_CreateWindow; device->CreateWindowFrom = X11_CreateWindowFrom; device->SetWindowTitle = X11_SetWindowTitle; + device->SetWindowIcon = X11_SetWindowIcon; device->SetWindowPosition = X11_SetWindowPosition; device->SetWindowSize = X11_SetWindowSize; device->ShowWindow = X11_ShowWindow;