diff options
author | das <das> | 2007-06-03 13:44:39 (GMT) |
---|---|---|
committer | das <das> | 2007-06-03 13:44:39 (GMT) |
commit | cfcb8cf1322710fac5a0cdfeb0fa32d44135fb20 (patch) | |
tree | 9248438c5bba7b4ad8f6827e210d7109fa3b588f /macosx/tkMacOSXXStubs.c | |
parent | 548cd0a9199d94cff930af7f3fd282880fe94a7e (diff) | |
download | tk-cfcb8cf1322710fac5a0cdfeb0fa32d44135fb20.zip tk-cfcb8cf1322710fac5a0cdfeb0fa32d44135fb20.tar.gz tk-cfcb8cf1322710fac5a0cdfeb0fa32d44135fb20.tar.bz2 |
* macosx/tkMacOSXDraw.c: comment formatting fix for Xcode 3.0.
* macosx/tkMacOSXEmbed.c:
* macosx/tkMacOSXEntry.c:
* macosx/tkMacOSXFont.c:
* macosx/tkMacOSXKeyEvent.c:
* macosx/tkMacOSXKeyboard.c:
* macosx/tkMacOSXMenus.c:
* macosx/tkMacOSXSend.c:
* macosx/tkMacOSXSubwindows.c:
* macosx/tkMacOSXWindowEvent.c:
* macosx/tkMacOSXWm.c:
* macosx/tkMacOSXXStubs.c:
Diffstat (limited to 'macosx/tkMacOSXXStubs.c')
-rw-r--r-- | macosx/tkMacOSXXStubs.c | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/macosx/tkMacOSXXStubs.c b/macosx/tkMacOSXXStubs.c index 3b5e50a..e7de22a 100644 --- a/macosx/tkMacOSXXStubs.c +++ b/macosx/tkMacOSXXStubs.c @@ -13,7 +13,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tkMacOSXXStubs.c,v 1.18 2007/05/30 06:35:55 das Exp $ + * RCS: @(#) $Id: tkMacOSXXStubs.c,v 1.19 2007/06/03 13:44:40 das Exp $ */ #include "tkMacOSXInt.h" @@ -605,7 +605,10 @@ GContext XGContextFromGC( GC gc) { - /* TODO - currently a no-op */ + /* + * TODO: currently a no-op + */ + return 0; } |