From f0e7eee62c3b7c71a7accfb7a2cb6e1ed1f566bc Mon Sep 17 00:00:00 2001 From: Patrick Schönberger Date: Mon, 10 Jan 2022 14:58:11 +0100 Subject: Icons --- res/msys2.ico | Bin 38434 -> 0 bytes res/res.rc | 4 +++- res/res.res | Bin 38680 -> 102124 bytes res/resource.h | 4 +++- 4 files changed, 6 insertions(+), 2 deletions(-) delete mode 100644 res/msys2.ico (limited to 'res') diff --git a/res/msys2.ico b/res/msys2.ico deleted file mode 100644 index ee73a7d..0000000 Binary files a/res/msys2.ico and /dev/null differ diff --git a/res/res.rc b/res/res.rc index 9369509..f510d18 100644 --- a/res/res.rc +++ b/res/res.rc @@ -1,3 +1,5 @@ #include "resource.h" -IDI_MY_ICON ICON "msys2.ico" \ No newline at end of file +IDI_ICON_WHITE ICON "icon_white.ico" +IDI_ICON_GREEN ICON "icon_green.ico" +IDI_ICON_RED ICON "icon_red.ico" \ No newline at end of file diff --git a/res/res.res b/res/res.res index 77bdd8c..0891986 100644 Binary files a/res/res.res and b/res/res.res differ diff --git a/res/resource.h b/res/resource.h index dd1af7b..a046be6 100644 --- a/res/resource.h +++ b/res/resource.h @@ -1,4 +1,6 @@ -#define IDI_MY_ICON 101 +#define IDI_ICON_WHITE 101 +#define IDI_ICON_GREEN 102 +#define IDI_ICON_RED 103 -- cgit v1.2.3