diff src/gtkutil.c @ 95954:184aae567806

* xfns.c (Fx_create_frame): internal-border-width default to 0 for Gtk. * gtkutil.c (xg_create_frame_widgets): Don't set internal_border_width.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Sun, 15 Jun 2008 05:53:48 +0000
parents e4d692886628
children f9d35151b907
line wrap: on
line diff
--- a/src/gtkutil.c	Sun Jun 15 04:43:35 2008 +0000
+++ b/src/gtkutil.c	Sun Jun 15 05:53:48 2008 +0000
@@ -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;