[aseprite] 208/308: Add the correct window icon in the Skia/Win port

Tobias Hansen thansen at moszumanska.debian.org
Tue Mar 8 02:45:11 UTC 2016


This is an automated email from the git hooks/post-receive script.

thansen pushed a commit to branch master
in repository aseprite.

commit 4f1431ba2ed1df6de75ca1e080ca0c7c7177c754
Author: David Capello <davidcapello at gmail.com>
Date:   Fri Feb 5 17:30:10 2016 -0300

    Add the correct window icon in the Skia/Win port
---
 src/she/win/window.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/she/win/window.h b/src/she/win/window.h
index b65958b..174e125 100644
--- a/src/she/win/window.h
+++ b/src/she/win/window.h
@@ -584,7 +584,7 @@ namespace she {
       wcex.cbClsExtra    = 0;
       wcex.cbWndExtra    = 0;
       wcex.hInstance     = instance;
-      wcex.hIcon         = nullptr;
+      wcex.hIcon         = LoadIcon(instance, L"0");
       wcex.hCursor       = NULL;
       wcex.hbrBackground = (HBRUSH)(COLOR_WINDOW+1);
       wcex.lpszMenuName  = nullptr;

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/aseprite.git



More information about the Pkg-games-commits mailing list