Change default border/internal-border to match Emacs.
authorChris Hanson <org/chris-hanson/cph>
Thu, 21 May 1992 22:11:36 +0000 (22:11 +0000)
committerChris Hanson <org/chris-hanson/cph>
Thu, 21 May 1992 22:11:36 +0000 (22:11 +0000)
v7/src/microcode/x11base.c

index 61ec7029ce9ed25fa6c33203557b14efab40b3d7..7c78c5b8c4bd9d2b419c502cc71e8d529567e526 100644 (file)
@@ -1,6 +1,6 @@
 /* -*-C-*-
 
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/x11base.c,v 1.38 1992/03/16 19:39:48 cph Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/x11base.c,v 1.39 1992/05/21 22:11:36 cph Exp $
 
 Copyright (c) 1989-92 Massachusetts Institute of Technology
 
@@ -395,7 +395,7 @@ DEFUN (x_default_attributes,
       (x_get_default
        (display, resource_name, resource_class,
        "borderWidth", "BorderWidth", 0));
-    (attributes -> border_width) = ((s == 0) ? 2 : (atoi (s)));
+    (attributes -> border_width) = ((s == 0) ? 1 : (atoi (s)));
   }
   {
     char * s =