summaryrefslogtreecommitdiff
path: root/man/XIDefineCursor.txt
diff options
context:
space:
mode:
Diffstat (limited to 'man/XIDefineCursor.txt')
-rw-r--r--man/XIDefineCursor.txt8
1 files changed, 6 insertions, 2 deletions
diff --git a/man/XIDefineCursor.txt b/man/XIDefineCursor.txt
index 2edbc5a..79894be 100644
--- a/man/XIDefineCursor.txt
+++ b/man/XIDefineCursor.txt
@@ -37,7 +37,7 @@ DESCRIPTION
If a cursor is set, it will be used when the device's pointer
is in the window. If the cursor is None, it is equivalent to
- XUndefineDefineCursor.
+ XIUndefineCursor.
XIDefineCursor can generate BadCursor and BadWindow.
@@ -52,12 +52,16 @@ DESCRIPTION
XDefineCursor and XUndefineCursor but specify the device
explicitly.
- XUndefineDevicePointer can generate a BadDevice and a BadWindow
+ XIUndefineCursor can generate a BadDevice and a BadWindow
error.
DIAGNOSTICS
-----------
+ BadCursor
+ A value for a cursor argument does not name a defined
+ cursor.
+
BadDevice
An invalid device was specified. The device does not
exist or is not a pointer device.