diff options
author | das <das> | 2005-05-29 07:00:46 (GMT) |
---|---|---|
committer | das <das> | 2005-05-29 07:00:46 (GMT) |
commit | 33d32ec4878523f43393ac96f5adc9f950fa3d4b (patch) | |
tree | 05727d9524fa8dbcd64d46198fe766bb708156f9 /macosx/tkMacOSXNotify.c | |
parent | f9f87619c4eefcfbc4d2bc0dec50946acae8b10b (diff) | |
download | tk-33d32ec4878523f43393ac96f5adc9f950fa3d4b.zip tk-33d32ec4878523f43393ac96f5adc9f950fa3d4b.tar.gz tk-33d32ec4878523f43393ac96f5adc9f950fa3d4b.tar.bz2 |
* macosx/tkMacOSXInit.c:
* macosx/tkMacOSXNotify.c: fixed warnings.
Diffstat (limited to 'macosx/tkMacOSXNotify.c')
-rw-r--r-- | macosx/tkMacOSXNotify.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/macosx/tkMacOSXNotify.c b/macosx/tkMacOSXNotify.c index 196bfbd..0ecccd2 100644 --- a/macosx/tkMacOSXNotify.c +++ b/macosx/tkMacOSXNotify.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: tkMacOSXNotify.c,v 1.5.2.4 2005/05/14 20:53:31 das Exp $ + * RCS: @(#) $Id: tkMacOSXNotify.c,v 1.5.2.5 2005/05/29 07:00:47 das Exp $ */ #include "tclInt.h" @@ -63,7 +63,7 @@ Tk_MacOSXSetupTkNotifier() * the main thread. Calling GetMainEventQueue will force this to * happen. */ - EventQueueRef mainEventQueue = GetMainEventQueue(); + GetMainEventQueue(); tsdPtr->initialized = 1; /* Install Carbon events event source in main event loop thread. */ |