summaryrefslogtreecommitdiffstats
path: root/info/blueshift.texinfo
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-02-21 00:04:53 +0100
committerMattias Andrée <maandree@operamail.com>2014-02-21 00:04:53 +0100
commit627546009dd57aff97f72473b29e558278eb7caf (patch)
tree4830f3b4746c178147780ff1f5f3305bd241c421 /info/blueshift.texinfo
parentderp (diff)
downloadblueshift-627546009dd57aff97f72473b29e558278eb7caf.tar.gz
blueshift-627546009dd57aff97f72473b29e558278eb7caf.tar.bz2
blueshift-627546009dd57aff97f72473b29e558278eb7caf.tar.xz
add support for selecting screen
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'info/blueshift.texinfo')
-rw-r--r--info/blueshift.texinfo10
1 files changed, 7 insertions, 3 deletions
diff --git a/info/blueshift.texinfo b/info/blueshift.texinfo
index 36717be..40c7339 100644
--- a/info/blueshift.texinfo
+++ b/info/blueshift.texinfo
@@ -458,9 +458,13 @@ server, invoke the @code{randr} function;
@code{print_curves} can be used to print
the curves to stdout instead (for debugging).
These functions apply the curves to all
-monitors, put you can also use select monitors
-by specifying each monitor in as separate
-arguments. The monitors are indexed from zero.
+monitors in the default screen (screen 0), put
+you can also use select monitors by specifying
+each monitor in as separate arguments. The
+monitors are indexed from zero. The screen by
+can be selected by adding the argument
+@code{screen = X}, where @code{X} is the
+index of the screen.
If you want to write your own curve flushing
fucntion @code{translate_to_integers} can be