diff options
author | jingham <jingham> | 2000-02-10 09:00:31 (GMT) |
---|---|---|
committer | jingham <jingham> | 2000-02-10 09:00:31 (GMT) |
commit | 199ad87dce2c20f4af6d45527d0f99de4b076845 (patch) | |
tree | 6851e998e2029e2186a8871792e8ff50a15181e1 /mac/tkMacXStubs.c | |
parent | bca9a98803b3c150b9da3cbb00453ed897c0cdc5 (diff) | |
download | tk-199ad87dce2c20f4af6d45527d0f99de4b076845.zip tk-199ad87dce2c20f4af6d45527d0f99de4b076845.tar.gz tk-199ad87dce2c20f4af6d45527d0f99de4b076845.tar.bz2 |
Comment some functions that have moved.
Diffstat (limited to 'mac/tkMacXStubs.c')
-rw-r--r-- | mac/tkMacXStubs.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mac/tkMacXStubs.c b/mac/tkMacXStubs.c index 757842e..7fd822e 100644 --- a/mac/tkMacXStubs.c +++ b/mac/tkMacXStubs.c @@ -11,7 +11,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tkMacXStubs.c,v 1.9 1999/12/22 03:09:59 hobbs Exp $ + * RCS: @(#) $Id: tkMacXStubs.c,v 1.10 2000/02/10 09:00:31 jingham Exp $ */ #include "tkInt.h" @@ -470,6 +470,7 @@ XClearWindow( { } +/* void XDrawPoint( Display* display, @@ -490,6 +491,7 @@ XDrawPoints( int mode) { } +*/ void XWarpPointer( |