Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/man/man4 the flags for WSDISPLAYIO_SCURSOR have prefix...



details:   https://anonhg.NetBSD.org/src/rev/31800700f34b
branches:  trunk
changeset: 802769:31800700f34b
user:      mlelstv <mlelstv%NetBSD.org@localhost>
date:      Wed Oct 01 12:08:04 2014 +0000

description:
the flags for WSDISPLAYIO_SCURSOR have prefix WSDISPLAY_, not WSDISPLAYIO_.

diffstat:

 share/man/man4/wsdisplay.4 |  26 +++++++++++++-------------
 1 files changed, 13 insertions(+), 13 deletions(-)

diffs (101 lines):

diff -r ac7be1e8a599 -r 31800700f34b share/man/man4/wsdisplay.4
--- a/share/man/man4/wsdisplay.4        Wed Oct 01 09:30:58 2014 +0000
+++ b/share/man/man4/wsdisplay.4        Wed Oct 01 12:08:04 2014 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: wsdisplay.4,v 1.41 2012/06/02 10:25:07 njoly Exp $
+.\" $NetBSD: wsdisplay.4,v 1.42 2014/10/01 12:08:04 mlelstv Exp $
 .\"
 .\" Copyright (c) 1999 Matthias Drochner.
 .\" Copyright (c) 2002 Ben Harris.
@@ -325,18 +325,18 @@
 member indicates which of the values the application requires to be returned.
 It should contain the logical OR of the following flags:
 .Bl -tag -width Dv
-.It Dv WSDISPLAYIO_CURSOR_DOCUR
+.It Dv WSDISPLAY_CURSOR_DOCUR
 Get
 .Va enable ,
 which indicates whether the cursor is currently displayed (non-zero) or
 not (zero).
-.It Dv WSDISPLAYIO_CURSOR_DOPOS
+.It Dv WSDISPLAY_CURSOR_DOPOS
 Get
 .Va pos ,
 which indicates the current position of the cursor on the display, as
 would be returned by
 .Dv WSDISPLAYIO_GCURPOS .
-.It Dv WSDISPLAYIO_CURSOR_DOHOT
+.It Dv WSDISPLAY_CURSOR_DOHOT
 Get
 .Va hot ,
 which indicates the location of the
@@ -345,7 +345,7 @@
 This is the point on the cursor whose position on the display is treated
 as being the position of the cursor by other calls.
 Its location is counted in pixels from the top-right corner of the cursor.
-.It Dv WSDISPLAYIO_CURSOR_DOCMAP
+.It Dv WSDISPLAY_CURSOR_DOCMAP
 Get
 .Va cmap ,
 which indicates the current cursor color map.
@@ -365,7 +365,7 @@
 .Va cmap . Ns Va blue
 must each point to at least enough space to hold two
 .Li u_char Ns s .
-.It Dv WSDISPLAYIO_CURSOR_DOSHAPE
+.It Dv WSDISPLAY_CURSOR_DOSHAPE
 Get
 .Va size , image ,
 and
@@ -375,7 +375,7 @@
 the cursor.
 The format in which these bitmaps are returned, and hence the amount of
 space that must be provided by the application, are device-dependent.
-.It Dv WSDISPLAYIO_CURSOR_DOALL
+.It Dv WSDISPLAY_CURSOR_DOALL
 Get all of the above.
 .El
 .Pp
@@ -395,22 +395,22 @@
 member specifies which attributes of the cursor are to be changed.
 It should contain the logical OR of the following flags:
 .Bl -tag -width Dv
-.It Dv WSDISPLAYIO_CURSOR_DOCUR
+.It Dv WSDISPLAY_CURSOR_DOCUR
 If
 .Va enable
 is zero, hide the cursor.
 Otherwise, display it.
-.It Dv WSDISPLAYIO_CURSOR_DOPOS
+.It Dv WSDISPLAY_CURSOR_DOPOS
 Set the cursor's position on the display to
 .Va pos ,
 the same as
 .Dv WSDISPLAYIO_SCURPOS .
-.It Dv WSDISPLAYIO_CURSOR_DOHOT
+.It Dv WSDISPLAY_CURSOR_DOHOT
 Set the
 .Dq hot spot
 of the cursor, as defined above, to
 .Va hot .
-.It Dv WSDISPLAYIO_CURSOR_DOCMAP
+.It Dv WSDISPLAY_CURSOR_DOCMAP
 Set some or all of the cursor color map based on
 .Va cmap .
 The
@@ -424,13 +424,13 @@
 .Va cmap . Ns Va green ,
 and
 .Va cmap . Ns Va blue .
-.It Dv WSDISPLAYIO_CURSOR_DOSHAPE
+.It Dv WSDISPLAY_CURSOR_DOSHAPE
 Set the cursor shape from
 .Va size , image ,
 and
 .Va mask .
 See above for their meanings.
-.It Dv WSDISPLAYIO_CURSOR_DOALL
+.It Dv WSDISPLAY_CURSOR_DOALL
 Do all of the above.
 .El
 .Pp



Home | Main Index | Thread Index | Old Index