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 2969eaa88c.

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
Peter Hutterer 2009-10-19 11:50:56 +10:00
parent 650ac84a0c
commit 37f857eb4c
3 changed files with 2 additions and 0 deletions

BIN
hw/xwin/X-boxed.ico Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

View File

@ -106,3 +106,4 @@ END
*/
IDI_XWIN ICON "X.ico"
IDI_XWIN_BOXED ICON "X-boxed.ico"

View File

@ -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