bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#9033: 24.0.50; background not set correctly when using default-frame


From: Thierry Volpiatto
Subject: bug#9033: 24.0.50; background not set correctly when using default-frame-alist
Date: Sat, 16 Jul 2011 17:58:28 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

Hi Jan, sorry for late reply.
No, unfortunately you patch change nothing. :-(

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.
>>

-- 
A+ Thierry
Get my Gnupg key:
gpg --keyserver pgp.mit.edu --recv-keys 59F29997 





reply via email to

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