diff options
author | Jon Turney <jon.turney@dronecode.org.uk> | 2016-02-19 21:53:00 +0000 |
---|---|---|
committer | Jon Turney <jon.turney@dronecode.org.uk> | 2016-07-22 18:47:48 +0100 |
commit | eb3597a699e49130fa63121b2c3ef24b6fcb4d8c (patch) | |
tree | b3e0e851fcdbf2e0b369d2786cada79920d91642 /hw/xwin/man/XWin.man | |
parent | 858dd297e7dcd5bca3ab167c2896bd05247ea20d (diff) |
Add -icon option to set the screen window icon in windowed modecygwin-patches-for-1.18
Add an -icon option to set the screen window icon in windowed mode
Allow cygwin paths in an icon-specification
Update man pages and system.XWinrc appropriately
Also, log an error if the icon specified for TRAYICON cannot be loaded
Also, fix a bug in appending a '\' to IconDirectory only if it doesn't
already end with one, which was fortunately benign.
Also, if we are exiting in ddxProcessArgument() due to an error in options,
use a non-zero exit status.
XXX: LoadImageComma would be simpler if we just said that XWinrc paths are
Cygwin paths on Cygwin, Windows paths on MinGW, but that could break
existing .XWinrc files
XXX: Given that we can specify paths, I'm not sure what IconDirectory wins
us.
Diffstat (limited to 'hw/xwin/man/XWin.man')
-rw-r--r-- | hw/xwin/man/XWin.man | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/hw/xwin/man/XWin.man b/hw/xwin/man/XWin.man index 3544c7c83..2695d9aa8 100644 --- a/hw/xwin/man/XWin.man +++ b/hw/xwin/man/XWin.man @@ -1,3 +1,4 @@ + .TH XWIN 1 __vendorversion__ .SH NAME XWin \- X Server for the Cygwin environment on Microsoft Windows @@ -108,6 +109,10 @@ The X server window takes the full screen, covering completely the \fIWindows\fP desktop. Currently \fB\-fullscreen\fP may only be applied to one X screen. .TP 8 +.B "\-icon" \fIicon-specifier\fB +Override the window icon for the screen window from the default. +The \fIicon-specifier\fB is as defined in XWinrc(__filemansuffix__). +.TP 8 .B \-nodecoration Do not give the Cygwin/X window a \fIWindows\fP window border, title bar, etc. |