mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-24 09:00:05 +01:00
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:
parent
650ac84a0c
commit
37f857eb4c
3 changed files with 2 additions and 0 deletions
BIN
hw/xwin/X-boxed.ico
Executable file
BIN
hw/xwin/X-boxed.ico
Executable file
Binary file not shown.
|
After Width: | Height: | Size: 13 KiB |
|
|
@ -106,3 +106,4 @@ END
|
|||
*/
|
||||
|
||||
IDI_XWIN ICON "X.ico"
|
||||
IDI_XWIN_BOXED ICON "X-boxed.ico"
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue