diff options
author | nijtmans <nijtmans@noemail.net> | 2008-11-05 22:58:28 (GMT) |
---|---|---|
committer | nijtmans <nijtmans@noemail.net> | 2008-11-05 22:58:28 (GMT) |
commit | d8fdb6836921e7b62ee7cc9b6a44ba690f322574 (patch) | |
tree | 6aa9478b6f3a703c707559849b15f439dbba03ac /doc/GetCursor.3 | |
parent | beebad7101e2ef5d680f9fa5b9fbdbb3980d858a (diff) | |
download | tk-d8fdb6836921e7b62ee7cc9b6a44ba690f322574.zip tk-d8fdb6836921e7b62ee7cc9b6a44ba690f322574.tar.gz tk-d8fdb6836921e7b62ee7cc9b6a44ba690f322574.tar.bz2 |
fix [Bug 1866774 ] Remove X10 references from docs
FossilOrigin-Name: d4c9d8a37ae5695d550279b9d0958bb06d4ac20d
Diffstat (limited to 'doc/GetCursor.3')
-rw-r--r-- | doc/GetCursor.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/GetCursor.3 b/doc/GetCursor.3 index ae3fb4e..f4833e7 100644 --- a/doc/GetCursor.3 +++ b/doc/GetCursor.3 @@ -5,7 +5,7 @@ '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" -'\" RCS: @(#) $Id: GetCursor.3,v 1.14 2008/06/30 22:57:01 dkf Exp $ +'\" RCS: @(#) $Id: GetCursor.3,v 1.15 2008/11/05 22:58:29 nijtmans Exp $ '\" .so man.macros .TH Tk_AllocCursorFromObj 3 8.1 Tk "Tk Library Procedures" @@ -119,7 +119,7 @@ in preference to black and white cursors. \fB@\fIsourceName\0maskName\0fgColor\0bgColor\fR In this form, \fIsourceName\fR and \fImaskName\fR are the names of files describing cursors for the cursor's source bits and mask. -Each file must be in standard X11 or X10 cursor format. +Each file must be in standard X11 cursor format. \fIFgColor\fR and \fIbgColor\fR indicate the colors to use for the cursor, in any of the forms acceptable to \fBTk_GetColor\fR. This |