treesummaryrefslogcommitdiff
path: root/res
diff options
context:
space:
mode:
Diffstat (limited to 'res')
-rw-r--r--res/msys2.icobin38434 -> 0 bytes
-rw-r--r--res/res.rc4
-rw-r--r--res/res.resbin38680 -> 102124 bytes
-rw-r--r--res/resource.h4
4 files changed, 6 insertions, 2 deletions
diff --git a/res/msys2.ico b/res/msys2.ico
deleted file mode 100644
index ee73a7d..0000000
--- a/res/msys2.ico
+++ /dev/null
Binary files 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
--- a/res/res.res
+++ b/res/res.res
Binary files 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