unofficial mirror of bug-gnu-emacs@gnu.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: Sat, 16 Jul 2011 23:48:37 +0200	[thread overview]
Message-ID: <4E220735.8050909@swipnet.se> (raw)
In-Reply-To: <87sjq65iaj.fsf@gmail.com>



Thierry Volpiatto skrev 2011-07-16 17.58:
> Hi Jan, sorry for late reply.
> No, unfortunately you patch change nothing. :-(
>

Hmm, then I think your graphic card driver is broken.
Can you start X using the SVGA driver or start Xephyr and run the test case in 
there?

	Jan D.

> Jan Djärv<jan.h.d@swipnet.se>  writes:
>
>> 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-16 21:48 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
2011-07-16 15:58               ` Thierry Volpiatto
2011-07-16 21:48                 ` Jan Djärv [this message]
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

  List information: https://www.gnu.org/software/emacs/

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

  git send-email \
    --in-reply-to=4E220735.8050909@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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).