From 1c60ee51016407825ea0fada5eb655c36d2a00c2 Mon Sep 17 00:00:00 2001 From: Jon TURNEY Date: Mon, 7 Nov 2011 20:54:10 +0000 Subject: Add ' (on )' to window name when it's useful to do so Enhance GetWindowName() so it appends the result of XGetWMClientMachine() when it is avilable and useful to do so Add -hostintitle option to control this behaviour. Add documentation for this option to man page and -help text. Also, fix warning in UpdateName() v2: Provide a HOST_NAME_MAX definition for MinGW Signed-off-by: Jon TURNEY Signed-off-by: Yaakov Selkowitz --- hw/xwin/man/XWin.man | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'hw/xwin/man/XWin.man') diff --git a/hw/xwin/man/XWin.man b/hw/xwin/man/XWin.man index 18ee667d4..c71f6a154 100644 --- a/hw/xwin/man/XWin.man +++ b/hw/xwin/man/XWin.man @@ -165,6 +165,12 @@ The maximum dimensions of the screen are the dimensions of the \fIWindows\fP vir on its own is equivalent to \fB\-resize=randr\fP .RE +.SH OPTIONS FOR MULTIWINDOW MODE +.TP 8 +.B \-hostintitle +Add the host name to the window title for X applications which are running +on remote hosts, when that information is available and it's useful to do so. + .SH OPTIONS CONTROLLING WINDOWS INTEGRATION .TP 8 .B \-[no]clipboard -- cgit v1.2.3 From cb2a7ead799299689567a2e4956656a328a6fdb5 Mon Sep 17 00:00:00 2001 From: Jon TURNEY Date: Sat, 31 Mar 2012 13:22:39 +0100 Subject: Update man page to document pseudo-xinerama --- hw/xwin/man/XWin.man | 3 +++ 1 file changed, 3 insertions(+) (limited to 'hw/xwin/man/XWin.man') diff --git a/hw/xwin/man/XWin.man b/hw/xwin/man/XWin.man index c71f6a154..cf5324131 100644 --- a/hw/xwin/man/XWin.man +++ b/hw/xwin/man/XWin.man @@ -76,6 +76,9 @@ preceeding \fB\-screen\fP parameter. .B \-[no]multimonitors or \-[no]multiplemonitors Create a screen 0 that covers all monitors [the primary monitor] on a system with multiple monitors. +Fake XINERAMA data is created describing the individual monitors, +(This is similar to the 'merged framebuffer' or 'pseudo-xinerama' mode provided by +some drivers for the xorg X server). This option is currently enabled by default in \fB\-multiwindow\fP mode. .TP 8 .B "\-screen \fIscreen_number\fP [\fIW\fP \fIH\fP [\fIX\fP \fIY\fP] | [[\fIW\fPx\fIH\fP[+\fIX\fP+\fIY\fP]][@\fIM\fP]] ] " -- cgit v1.2.3