emacs-devel
[Top][All Lists]
Advanced

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

Re: gtk toolbar bug


From: Jan Djärv
Subject: Re: gtk toolbar bug
Date: Wed, 01 Jul 2009 16:10:41 +0200
User-agent: Thunderbird 2.0.0.22 (X11/20090608)

Hello.

Can you please test Emacs now?  I figure it is faster than me installing Xmonad.

Thanks,

        Jan D.

Jan Djärv skrev:
Thanks for the hint. It solves this particular problem, but introduces others.
I can see the problem, I'm working on a solution now.

    Jan D.


Bruce Stephens skrev:
Bruce Stephens <address@hidden> writes:

[...]

Anyway, I hope the information that it occurs with gtk but not with
lucid might suggest what's happening.

This seems to fix it for me.  (I offer this more as further information
that might suggest a proper resolution than as a proposed patch;
presumably the function call is there for a good reason.)

--- a/src/gtkutil.c
+++ b/src/gtkutil.c
@@ -733,7 +733,7 @@ xg_frame_set_char_size (f, cols, rows)
      Turn wm hints (min/max size and size increments) of temporarly.
      It interferes too much, when for example adding or removing the
      menu/tool bar.  */
-  x_wm_size_hint_off (f);
+  /*  x_wm_size_hint_off (f);*/
   gtk_window_resize (GTK_WINDOW (FRAME_GTK_OUTER_WIDGET (f)),
                      pixelwidth, pixelheight);








reply via email to

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