diff src/video/win32/SDL_win32video.c @ 2970:94b634c56455

Added support for translucent icons on Windows
author Sam Lantinga <slouken@libsdl.org>
date Sat, 03 Jan 2009 01:01:53 +0000
parents 99210400e8b9
children 8f4ed5ec2b06
line wrap: on
line diff
--- a/src/video/win32/SDL_win32video.c	Sat Jan 03 01:00:38 2009 +0000
+++ b/src/video/win32/SDL_win32video.c	Sat Jan 03 01:01:53 2009 +0000
@@ -146,6 +146,7 @@
     device->CreateWindow = WIN_CreateWindow;
     device->CreateWindowFrom = WIN_CreateWindowFrom;
     device->SetWindowTitle = WIN_SetWindowTitle;
+    device->SetWindowIcon = WIN_SetWindowIcon;
     device->SetWindowPosition = WIN_SetWindowPosition;
     device->SetWindowSize = WIN_SetWindowSize;
     device->ShowWindow = WIN_ShowWindow;