summaryrefslogtreecommitdiff
path: root/hw
diff options
context:
space:
mode:
authorHarold L Hunt II <huntharo@msu.edu>2004-03-12 01:11:23 +0000
committerHarold L Hunt II <huntharo@msu.edu>2004-03-12 01:11:23 +0000
commitd0fd0e6ae42d4d0296ac9d7eec2f0d1ba14eb294 (patch)
tree6b4197030f5c3337598ce16c6ce309a9db250593 /hw
parent2a42eba94bbf2631039fe584e82430df77c76ca7 (diff)
Add new default icon, move boxed icon to 2nd icon in file.
Diffstat (limited to 'hw')
-rwxr-xr-xhw/xwin/X-boxed.icobin0 -> 6966 bytes
-rw-r--r--hw/xwin/X.icobin6966 -> 14846 bytes
-rw-r--r--hw/xwin/XWin.rc1
-rw-r--r--hw/xwin/winresource.h11
4 files changed, 7 insertions, 5 deletions
diff --git a/hw/xwin/X-boxed.ico b/hw/xwin/X-boxed.ico
new file mode 100755
index 000000000..5d4070056
--- /dev/null
+++ b/hw/xwin/X-boxed.ico
Binary files differ
diff --git a/hw/xwin/X.ico b/hw/xwin/X.ico
index 5d4070056..d39d5c34f 100644
--- a/hw/xwin/X.ico
+++ b/hw/xwin/X.ico
Binary files differ
diff --git a/hw/xwin/XWin.rc b/hw/xwin/XWin.rc
index fe5357da2..e696d9772 100644
--- a/hw/xwin/XWin.rc
+++ b/hw/xwin/XWin.rc
@@ -85,3 +85,4 @@ END
*/
IDI_XWIN ICON DISCARDABLE "X.ico"
+IDI_XWIN_BOXED ICON DISCARDABLE "X-boxed.ico"
diff --git a/hw/xwin/winresource.h b/hw/xwin/winresource.h
index 80f790dd1..17a26350b 100644
--- a/hw/xwin/winresource.h
+++ b/hw/xwin/winresource.h
@@ -41,10 +41,11 @@
#define IDM_APP_ABOUT 40001
#define IDC_STATIC -1
#define IDI_XWIN 101
-#define IDM_TRAYICON_MENU 102
-#define ID_APP_EXIT 103
-#define ID_APP_HIDE_ROOT 104
-#define ID_APP_SHOW_ROOT 105
-#define ID_APP_ALWAYS_ON_TOP 106
+#define IDI_XWIN_BOXED 102
+#define IDM_TRAYICON_MENU 103
+#define ID_APP_EXIT 104
+#define ID_APP_HIDE_ROOT 105
+#define ID_APP_SHOW_ROOT 106
+#define ID_APP_ALWAYS_ON_TOP 107
#endif