From: Mark Friedman Date: Mon, 16 Jul 1990 22:07:38 +0000 (+0000) Subject: New treatment of X events. X-Git-Tag: 20090517-FFI~11320 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=d108b76dd8f1ea8b547ec5c568bec20120896f1b;p=mit-scheme.git New treatment of X events. There is now a global X event queue which can be accessed by scheme primitives. Added select() in ux.h --- diff --git a/v7/src/microcode/version.h b/v7/src/microcode/version.h index 3b1f00620..132a4007b 100644 --- a/v7/src/microcode/version.h +++ b/v7/src/microcode/version.h @@ -1,6 +1,6 @@ /* -*-C-*- -$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/Attic/version.h,v 11.37 1990/07/15 22:52:05 jinx Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/Attic/version.h,v 11.38 1990/07/16 22:07:38 markf Exp $ Copyright (c) 1988, 1989, 1990 Massachusetts Institute of Technology @@ -46,7 +46,7 @@ MIT in each case. */ #define VERSION 11 #endif #ifndef SUBVERSION -#define SUBVERSION 37 +#define SUBVERSION 38 #endif #ifndef UCODE_TABLES_FILENAME diff --git a/v8/src/microcode/version.h b/v8/src/microcode/version.h index 1ccbb6823..185cc6760 100644 --- a/v8/src/microcode/version.h +++ b/v8/src/microcode/version.h @@ -1,6 +1,6 @@ /* -*-C-*- -$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/microcode/version.h,v 11.37 1990/07/15 22:52:05 jinx Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/microcode/version.h,v 11.38 1990/07/16 22:07:38 markf Exp $ Copyright (c) 1988, 1989, 1990 Massachusetts Institute of Technology @@ -46,7 +46,7 @@ MIT in each case. */ #define VERSION 11 #endif #ifndef SUBVERSION -#define SUBVERSION 37 +#define SUBVERSION 38 #endif #ifndef UCODE_TABLES_FILENAME