diff options
author | Matthias Clasen <mclasen@redhat.com> | 2010-12-14 22:32:47 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2010-12-21 12:06:59 -0500 |
commit | 5eb4506b944879c37ea3521cb082a383ab26039a (patch) | |
tree | 8fd3da77a6efe274f44fefc64f1e275eaa3a99d0 /docs | |
parent | beaa11be9843963190490bc239aa4adc83600d3f (diff) | |
download | gtk+-5eb4506b944879c37ea3521cb082a383ab26039a.tar.gz |
Drop the --screen cmdline argument
Commandline arguments should go away altogether, but this one
goes first, since we then don't need to worry about
_gdk_windowing_substitute_screen_number anymore.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/reference/gtk/x11.sgml | 22 |
1 files changed, 2 insertions, 20 deletions
diff --git a/docs/reference/gtk/x11.sgml b/docs/reference/gtk/x11.sgml index dab177cbcf..30600da04e 100644 --- a/docs/reference/gtk/x11.sgml +++ b/docs/reference/gtk/x11.sgml @@ -44,25 +44,7 @@ arguments. <para> The name of the X display to open instead of the one specified -in the <envar>DISPLAY</envar> environment variable. -</para> -</formalpara> - -<formalpara> -<title><systemitem>--screen <replaceable>screen_number</replaceable></systemitem></title> - -<para> - The number of the screen within the default display. This overrides - any screen number specified in the display name specified by - by he <systemitem>--display</systemitem> command line option or - the <envar>DISPLAY</envar> environment variable. If this screen - cannot be opened, then GTK+ will fall back to the screen - specified in the display name. This option is not useful - interactively; the intended purposes is that when a program - registers its command line with a <firstterm>session - manager</firstterm> for later restarting, it can save the - screen it is on, without having to worry if it might be - restarted on a different display. +in the <envar>DISPLAY</envar> environment variable. </para> </formalpara> @@ -70,7 +52,7 @@ in the <envar>DISPLAY</envar> environment variable. <title><systemitem>--sync</systemitem></title> <para> -Makes all X requests synchronously. This is a useful option for +Makes all X requests synchronously. This is a useful option for debugging, but it will slow down the performance considerably. </para> </formalpara> |