all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Jan Djärv" <jan.h.d@swipnet.se>
To: Thierry Volpiatto <thierry.volpiatto@gmail.com>
Cc: 9033@debbugs.gnu.org
Subject: bug#9033: 24.0.50; background not set correctly when using default-frame-alist
Date: Fri, 15 Jul 2011 10:43:23 +0200	[thread overview]
Message-ID: <4E1FFDAB.1030403@swipnet.se> (raw)
In-Reply-To: <878vs3zvk9.fsf@gmail.com>

Hi.

Does this patch do anything:

=== modified file 'src/xterm.c'
--- src/xterm.c	2011-06-24 21:25:22 +0000
+++ src/xterm.c	2011-07-15 08:38:43 +0000
@@ -6096,12 +6096,18 @@
        if (f)
          {
  #ifdef USE_GTK
+          GC gc = f->output_data.x->normal_gc;
+          unsigned long mask = GCBackground;
            /* This seems to be needed for GTK 2.6.  */
            x_clear_area (event.xexpose.display,
                          event.xexpose.window,
                          event.xexpose.x, event.xexpose.y,
                          event.xexpose.width, event.xexpose.height,
                          FALSE);
+
+          XFillRectangle (event.xexpose.display, event.xexpose.window, gc,
+                          event.xexpose.x, event.xexpose.y,
+                          event.xexpose.width, event.xexpose.height);
  #endif
            if (f->async_visible == 0)
              {



	Jan D.


Thierry Volpiatto skrev 2011-07-12 11.40:
> Jan Djärv<jan.h.d@swipnet.se>  writes:
>
>> Hi.
>>
>> Does removing Emacs.alpha from your X resources make any difference?
> No, it is the same.
>





  reply	other threads:[~2011-07-15  8:43 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-07-09 12:28 bug#9033: 24.0.50; background not set correctly when using default-frame-alist Thierry Volpiatto
2011-07-10 17:35 ` Jan Djärv
2011-07-10 19:27   ` Thierry Volpiatto
2011-07-11 10:15     ` Jan Djärv
2011-07-11 10:35       ` Thierry Volpiatto
2011-07-11 10:35       ` Thierry Volpiatto
2011-07-12  8:11         ` Jan Djärv
2011-07-12  9:40           ` Thierry Volpiatto
2011-07-15  8:43             ` Jan Djärv [this message]
2011-07-16 15:58               ` Thierry Volpiatto
2011-07-16 21:48                 ` Jan Djärv
2011-07-17  4:26                   ` Thierry Volpiatto
2011-07-17  5:41                   ` Thierry Volpiatto
2011-07-17 18:24                   ` Thierry Volpiatto
2011-07-17 19:41                     ` Jan Djärv
2011-07-17 19:42                     ` Thierry Volpiatto
2011-07-17 21:08                       ` Jan Djärv
2011-07-18  5:00                         ` Thierry Volpiatto
2011-07-18  8:50                           ` Jan Djärv
2011-07-18 11:15                             ` Jan Djärv

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=4E1FFDAB.1030403@swipnet.se \
    --to=jan.h.d@swipnet.se \
    --cc=9033@debbugs.gnu.org \
    --cc=thierry.volpiatto@gmail.com \
    /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.