diff options
author | Paul Traina <pst@FreeBSD.org> | 1997-11-27 19:49:05 +0000 |
---|---|---|
committer | Paul Traina <pst@FreeBSD.org> | 1997-11-27 19:49:05 +0000 |
commit | f25b19db8d50748d4f75272ae324cad27788d9b3 (patch) | |
tree | cef0bba69f1833802f43364a0cde6945601e665a /contrib/tcl/unix/tclXtTest.c | |
parent | 539e1e66ff6f99c987c8e03872ddaea5260db8f7 (diff) |
Notes
Diffstat (limited to 'contrib/tcl/unix/tclXtTest.c')
-rw-r--r-- | contrib/tcl/unix/tclXtTest.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/tcl/unix/tclXtTest.c b/contrib/tcl/unix/tclXtTest.c index bb232569cdcd..1479412dd5eb 100644 --- a/contrib/tcl/unix/tclXtTest.c +++ b/contrib/tcl/unix/tclXtTest.c @@ -8,7 +8,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * SCCS: @(#) tclXtTest.c 1.1 97/03/24 14:30:42 + * SCCS: @(#) tclXtTest.c 1.2 97/09/15 15:26:52 */ #include <X11/Intrinsic.h> @@ -100,7 +100,7 @@ TesteventloopCmd(clientData, interp, argc, argv) done = 0; while (!done) { - XtProcessEvent(XtIMAll); + XtAppProcessEvent(TclSetAppContext(NULL), XtIMAll); } (void) Tcl_SetServiceMode(oldMode); framePtr = oldFramePtr; |