From 7983b1cce3fb5831f7437ea689b951ac7cd9c5a3 Mon Sep 17 00:00:00 2001 From: Littleboy Date: Sun, 26 Jun 2011 19:51:52 -0400 Subject: BACKENDS: Add special Win32 path to set SDL window icon We bypass SDL_WM_SetIcon and setup the window icon using the embedded icon, with the default path as a fallback. This allows us to use an antialised icon with alpha transparency (which the default included icon doesn't have) on Windows XP and later --- dists/scummvm.rc | 1 + 1 file changed, 1 insertion(+) (limited to 'dists/scummvm.rc') diff --git a/dists/scummvm.rc b/dists/scummvm.rc index 109437305c..d3330045b5 100644 --- a/dists/scummvm.rc +++ b/dists/scummvm.rc @@ -5,6 +5,7 @@ #endif #define FILE 256 +#define IDI_ICON 1001 IDI_ICON ICON DISCARDABLE "icons/scummvm.ico" -- cgit v1.2.3