emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/gtkutil.c,v


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/src/gtkutil.c,v
Date: Sun, 15 Jun 2008 05:53:49 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Stefan Monnier <monnier>        08/06/15 05:53:48

Index: gtkutil.c
===================================================================
RCS file: /sources/emacs/emacs/src/gtkutil.c,v
retrieving revision 1.131
retrieving revision 1.132
diff -u -b -r1.131 -r1.132
--- gtkutil.c   10 Jun 2008 20:56:15 -0000      1.131
+++ gtkutil.c   15 Jun 2008 05:53:47 -0000      1.132
@@ -909,8 +909,10 @@
   gtk_widget_modify_style (wfixed, style);
 
   /* GTK does not set any border, and they look bad with GTK.  */
+  /* That they look bad is no excuse for imposing this here.  --Stef
+     It should be done by providing the proper default in Fx_create_Frame.
   f->border_width = 0;
-  f->internal_border_width = 0;
+  f->internal_border_width = 0; */
 
   UNBLOCK_INPUT;
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]