summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@sun.com>2006-10-06 16:22:52 -0700
committerAlan Coopersmith <alan.coopersmith@sun.com>2006-10-06 16:22:52 -0700
commitf591196271e53c64e27cf41e5b6ae844a480cb3d (patch)
tree1de9b11b173dafa47050d8afa8ffa6c5ac84016e
parent3c5f5860d6f85230f417ce6af30fc73ab75c437b (diff)
downloadxorg-lib-libXcursor-f591196271e53c64e27cf41e5b6ae844a480cb3d.tar.gz
Xcursor.man formatting cleanups
-rw-r--r--man/Xcursor.man10
1 files changed, 6 insertions, 4 deletions
diff --git a/man/Xcursor.man b/man/Xcursor.man
index 81535e9..3e7d72e 100644
--- a/man/Xcursor.man
+++ b/man/Xcursor.man
@@ -71,6 +71,7 @@ and position in the file of each chunk. The file header looks like:
\fIversion\fP\^: CARD32 file version number
.br
\fIntoc\fP\^: CARD32 number of toc entries
+.br
\fItoc\fP\^: LISTofTOC table of contents
.in -.2i
.P
@@ -78,7 +79,9 @@ Each table of contents entry looks like:
.LP
.in +.2i
\fItype\fP\^: CARD32 entry type
+.br
\fIsubtype\fP\^: CARD32 type-specific label - size for images
+.br
\fIposition\fP\^: CARD32 absolute byte position of table in file
.in -.2i
.P
@@ -362,12 +365,11 @@ int XcursorGetDefaultSize (Display *dpy)
Gets the default cursor size.
.TP
-XcursorBool
-XcursorSetTheme (Display *dpy, const char *theme)
+XcursorBool XcursorSetTheme (Display *dpy, const char *theme)
Sets the current theme name.
-char *
-XcursorGetTheme (Display *dpy)
+.TP
+char *XcursorGetTheme (Display *dpy)
Gets the current theme name.
.SH RESTRICTIONS