summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2009-10-19 11:50:56 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2009-10-19 11:51:54 +1000
commit37f857eb4cd30c6499a2735f59ddec87d1b7de57 (patch)
tree4fe2bb9a4024573399465f7df942a5b75f965a1b
parent650ac84a0cf62c139fa6254fb7a44157d551e8e3 (diff)
Revert "Xming: Remove unused X-boxed icon resource"
Breaks make dist. make[2]: *** No rule to make target `X-boxed.ico', needed by `distdir'. Stop. This reverts commit 2969eaa88c4422fedf1b069e6fe055904b233db2. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
-rwxr-xr-xhw/xwin/X-boxed.icobin0 -> 12902 bytes
-rw-r--r--hw/xwin/XWin.rc1
-rw-r--r--hw/xwin/winresource.h1
3 files changed, 2 insertions, 0 deletions
diff --git a/hw/xwin/X-boxed.ico b/hw/xwin/X-boxed.ico
new file mode 100755
index 000000000..072704253
--- /dev/null
+++ b/hw/xwin/X-boxed.ico
Binary files differ
diff --git a/hw/xwin/XWin.rc b/hw/xwin/XWin.rc
index df2664dca..29c6f1ccf 100644
--- a/hw/xwin/XWin.rc
+++ b/hw/xwin/XWin.rc
@@ -106,3 +106,4 @@ END
*/
IDI_XWIN ICON "X.ico"
+IDI_XWIN_BOXED ICON "X-boxed.ico"
diff --git a/hw/xwin/winresource.h b/hw/xwin/winresource.h
index 7085117e6..5aa884030 100644
--- a/hw/xwin/winresource.h
+++ b/hw/xwin/winresource.h
@@ -37,6 +37,7 @@
#define IDC_STATIC -1
#define IDI_XWIN 101
+#define IDI_XWIN_BOXED 102
#define IDM_TRAYICON_MENU 103
#define IDC_CLIENTS_CONNECTED 104