unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Robert Pluim <rpluim@gmail.com>
To: "Håkon Flatval" <hkon20@hotmail.com>
Cc: "emacs-devel@gnu.org" <emacs-devel@gnu.org>
Subject: Re: Sv: Sv: Support for background transparency
Date: Tue, 25 Jan 2022 20:31:59 +0100	[thread overview]
Message-ID: <87v8y7has0.fsf@gmail.com> (raw)
In-Reply-To: <PRAP251MB0688C8388DE99594B5E97111CF5F9@PRAP251MB0688.EURP251.PROD.OUTLOOK.COM> ("Håkon Flatval"'s message of "Tue, 25 Jan 2022 21:00:50 +0100")

>>>>> On Tue, 25 Jan 2022 21:00:50 +0100, Håkon Flatval <hkon20@hotmail.com> said:

    Håkon> I see - I suppose it's about time I learnt using Magit.

Itʼs not mandatory, but it frees up space in your head for things
other than git :-)

    Håkon> I have attached a new changelog, partially generated from the local
    Håkon> diff which should better fit the requirements.

    >> That looks good, although the Emacs convention is to put two spaces
    >> after '.'

    Håkon> I have corrected this in the latest patch sent to Po Lu.

That looks a lot better, thanks. One minor comment below

    Håkon> Do tell if it needs more changes.

    Håkon> - Håkon

    Håkon> 2022-01-25  Håkon Flatval  <hkon20@hotmail.com>

    Håkon> 	* src/xterm.c (x_set_cr_source_with_gc_background):
    Håkon>         Add support for transparent drawing.
    Håkon>         (x_clear_rectangle):
    Håkon>         New function for drawing with background colors.
    Håkon> 	(x_draw_rectangle):
    Håkon>         Use x_clear_rectangle function for drawing background.


    Håkon> 	* src/xfns.c (Fx_create_frame): Add alpha-background defaults.
    Håkon> 	(x_create_tip_frame): Add alpha-background defaults.
    Håkon> 	(x_frame_parm_handlers): Add alpha-background handler.

When making the same entry for multiple functions in the same file,
you can combine them:

* src/xfns.c (Fx_create_frame, x_create_tip_frame): Add
alpha-background defaults.
(x_frame_parm_handlers): Add alpha-background handler.

Robert
-- 



  reply	other threads:[~2022-01-25 19:31 UTC|newest]

Thread overview: 47+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-11-04 19:45 Support for background transparency Håkon Flatval
2021-11-04 20:06 ` Eli Zaretskii
2021-11-04 20:17 ` Lars Ingebrigtsen
2021-11-27 23:01   ` Håkon Flatval
2021-11-28  0:35     ` Sv: " arthur miller
2021-11-28 13:32       ` Lars Ingebrigtsen
2021-11-28 16:04         ` Arthur Miller
2021-11-28 20:33           ` Håkon Flatval
2021-11-29  2:56             ` Arthur Miller
2021-11-28  7:41     ` Eli Zaretskii
2021-11-28  7:47       ` Po Lu
2021-11-28  8:27         ` Eli Zaretskii
2021-12-01 18:54       ` Sv: " Håkon Flatval
2021-12-09 17:13         ` Håkon Flatval
2021-12-10  0:40           ` Lars Ingebrigtsen
2022-01-19 17:26             ` Sv: " Håkon Flatval
2022-01-20  0:52               ` Po Lu
2022-01-20 19:52                 ` Sv: " Håkon Flatval
2022-01-21  0:59                   ` Po Lu
2022-01-23 13:48                     ` Håkon Flatval
2022-01-24  0:11                       ` Po Lu
2022-01-25 17:53                         ` Håkon Flatval
2022-01-26  1:00                           ` Po Lu
2022-01-24 10:22                       ` Po Lu
2022-01-25 19:47                         ` Håkon Flatval
2022-01-25 19:37                           ` Robert Pluim
2022-01-26 18:16                             ` Håkon Flatval
2022-01-26  1:05                           ` Po Lu
2022-01-26 11:11                             ` Robert Pluim
2022-01-26 18:34                             ` Håkon Flatval
2022-01-27  1:00                               ` Po Lu
2022-01-29  0:01                                 ` Håkon Flatval
2022-01-29  1:08                                   ` Po Lu
2022-01-20  9:12               ` Robert Pluim
2022-01-23 21:43                 ` Håkon Flatval
2022-01-24  9:14                   ` Robert Pluim
2022-01-25 20:00                     ` Håkon Flatval
2022-01-25 19:31                       ` Robert Pluim [this message]
2022-01-29 10:26                         ` Po Lu
2022-01-29 15:17                           ` Håkon Flatval
2022-01-30  0:53                             ` Po Lu
2021-11-28 13:41     ` Lars Ingebrigtsen
2021-11-28 15:05       ` Sv: " Håkon Flatval
2021-11-28 16:07         ` Gregor Zattler
2021-11-28 16:32         ` Lars Ingebrigtsen
2021-11-28 18:10     ` Jean Louis
2021-11-28 18:44       ` Sv: " Håkon Flatval

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=87v8y7has0.fsf@gmail.com \
    --to=rpluim@gmail.com \
    --cc=emacs-devel@gnu.org \
    --cc=hkon20@hotmail.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).