all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Stefan Monnier <monnier@IRO.UMontreal.CA>
To: martin rudalics <rudalics@gmx.at>
Cc: 15398@debbugs.gnu.org, Dmitry Antipov <dmantipov@yandex.ru>,
	Samium Gromoff <_deepfire@feelingofgreen.ru>
Subject: bug#15398: UNS: Re: bug#15398: UNS: Re: bug#15398: 24.3; Frame redraw completely screwed
Date: Thu, 19 Sep 2013 10:04:36 -0400	[thread overview]
Message-ID: <jwvhadgykmz.fsf-monnier+emacsbugs@gnu.org> (raw)
In-Reply-To: <523AB030.8040303@gmx.at> (martin rudalics's message of "Thu, 19 Sep 2013 10:05:04 +0200")

> FWIW I see something similar on Debian 7.0.0 with GTK 3.4.2: Menu texts
> and tooltips don't disappear - they overlay the frame areas after the
> newlines of buffers and stay there even when scrolling.

I think it's a very recent change.  Might be for example r114314
What happens if you undo this patch?  (quoted below)


        Stefan


=== modified file 'src/ChangeLog'
--- a/src/ChangeLog	2013-09-17 06:33:24 +0000
+++ b/src/ChangeLog	2013-09-17 06:57:30 +0000
@@ -5,6 +5,8 @@
 	(fn_g_type_init) [!WINDOWSNT]: Define only if Glib < 2.36.0.
 	* xsettings.c (init_gconf, init_gsettings): Do not check
 	for g_type_init.
+	* xterm.c (handle_one_xevent): Do not call to x_clear_area
+	if GTK >= 2.7.0.
 
 2013-09-16  Jan Djärv  <jan.h.d@swipnet.se>
 

=== modified file 'src/xterm.c'
--- a/src/xterm.c	2013-09-16 11:23:03 +0000
+++ b/src/xterm.c	2013-09-17 06:57:30 +0000
@@ -6151,7 +6151,7 @@
       f = x_window_to_frame (dpyinfo, event->xexpose.window);
       if (f)
         {
-#ifdef USE_GTK
+#if ! GTK_CHECK_VERSION (2, 7, 0)
           /* This seems to be needed for GTK 2.6.  */
 	  x_clear_area (event->xexpose.display,
 			event->xexpose.window,


[3. text/plain]

  parent reply	other threads:[~2013-09-19 14:04 UTC|newest]

Thread overview: 31+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-09-16 19:48 bug#15398: 24.3; Frame redraw completely screwed Samium Gromoff
2013-09-16 20:53 ` Jan Djärv
2013-09-17  6:19   ` bug#15398: UNS: " Samium Gromoff
2013-09-17  7:23     ` Eli Zaretskii
2013-09-17 18:50       ` Jan Djärv
2013-09-17 21:17       ` bug#15398: UNS: " Samium Gromoff
2013-09-18  6:27         ` Eli Zaretskii
2013-09-18 21:07           ` Samium Gromoff
2013-09-19  6:50             ` Eli Zaretskii
2013-09-19  8:05               ` martin rudalics
2013-09-19  8:10                 ` Eli Zaretskii
2013-09-19  8:27                   ` martin rudalics
2013-09-19  8:53                     ` Eli Zaretskii
2013-09-19  9:25                       ` martin rudalics
2013-09-19  9:31                         ` Eli Zaretskii
2013-09-19 10:58                           ` martin rudalics
2013-09-19 13:04                             ` Eli Zaretskii
2013-09-19 14:03                               ` martin rudalics
2013-09-19 14:20                                 ` Eli Zaretskii
2013-09-19 14:24                                   ` martin rudalics
2013-09-19 16:17                                 ` Glenn Morris
2013-09-19 17:06                                   ` martin rudalics
2013-09-19 14:04                 ` Stefan Monnier [this message]
2013-09-19 14:21                   ` martin rudalics
2013-09-19 14:54                   ` Serge Kosyrev
2013-09-19 16:41                     ` Jan Djärv
2013-09-20  3:41                       ` Dmitry Antipov
2013-09-20  6:47                         ` Jan Djärv
2013-09-20  8:00                           ` Dmitry Antipov
2013-09-20  9:32                             ` Jan Djärv
2020-09-09 13:24                         ` Lars Ingebrigtsen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=jwvhadgykmz.fsf-monnier+emacsbugs@gnu.org \
    --to=monnier@iro.umontreal.ca \
    --cc=15398@debbugs.gnu.org \
    --cc=_deepfire@feelingofgreen.ru \
    --cc=dmantipov@yandex.ru \
    --cc=rudalics@gmx.at \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.