From: Chris Hanson Date: Wed, 1 Jan 1997 10:10:34 +0000 (+0000) Subject: Disable byte alignment for windows created by Scheme. X-Git-Tag: 20090517-FFI~5288 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=1790faac7deecc8ba416fda1c4b0dd1e7b21f27b;p=mit-scheme.git Disable byte alignment for windows created by Scheme. --- diff --git a/v7/src/microcode/os2pmcon.c b/v7/src/microcode/os2pmcon.c index 0a594cee2..5b76aff9d 100644 --- a/v7/src/microcode/os2pmcon.c +++ b/v7/src/microcode/os2pmcon.c @@ -1,8 +1,8 @@ /* -*-C-*- -$Id: os2pmcon.c,v 1.21 1996/03/20 23:51:49 cph Exp $ +$Id: os2pmcon.c,v 1.22 1997/01/01 10:10:34 cph Exp $ -Copyright (c) 1994-96 Massachusetts Institute of Technology +Copyright (c) 1994-97 Massachusetts Institute of Technology This material was developed by the Scheme project at the Massachusetts Institute of Technology, Department of Electrical Engineering and @@ -164,7 +164,7 @@ OS2_initialize_pm_console (void) = (OS2_window_open (console_pm_qid, remote, (FCF_TITLEBAR | FCF_SYSMENU | FCF_SHELLPOSITION | FCF_SIZEBORDER - | FCF_MINMAX | FCF_TASKLIST + | FCF_MINMAX | FCF_TASKLIST | FCF_NOBYTEALIGN | FCF_MENU | FCF_ACCELTABLE | FCF_ICON), NULLHANDLE, ID_PMCON_RESOURCES, diff --git a/v7/src/microcode/pros2pm.c b/v7/src/microcode/pros2pm.c index 6b892593d..34e9774b0 100644 --- a/v7/src/microcode/pros2pm.c +++ b/v7/src/microcode/pros2pm.c @@ -1,8 +1,8 @@ /* -*-C-*- -$Id: pros2pm.c,v 1.18 1995/11/04 02:43:47 cph Exp $ +$Id: pros2pm.c,v 1.19 1997/01/01 10:09:20 cph Exp $ -Copyright (c) 1994-95 Massachusetts Institute of Technology +Copyright (c) 1994-97 Massachusetts Institute of Technology This material was developed by the Scheme project at the Massachusetts Institute of Technology, Department of Electrical Engineering and @@ -148,7 +148,8 @@ DEFINE_PRIMITIVE ("OS2WIN-OPEN", Prim_OS2_window_open, 2, 2, 0) (OS2_qid_twin (qid_argument (1))), (FCF_TITLEBAR | FCF_SYSMENU | FCF_SHELLPOSITION | FCF_SIZEBORDER - | FCF_MINMAX | FCF_TASKLIST), + | FCF_MINMAX | FCF_TASKLIST + | FCF_NOBYTEALIGN), NULLHANDLE, 1, 0,