All of lore.kernel.org
 help / color / mirror / Atom feed
From: Paolo Bonzini <bonzini@gnu.org>
To: "Reimar Döffinger" <Reimar.Doeffinger@gmx.de>
Cc: qemu-devel@nongnu.org
Subject: [Qemu-devel] Re: [PATCH] sdl.c: support 32 bpp cursors
Date: Mon, 17 Aug 2009 18:48:09 +0200	[thread overview]
Message-ID: <4A8989C9.8060302@gnu.org> (raw)
In-Reply-To: <20090817155814.GA1665@1und1.de>

On 08/17/2009 05:58 PM, Reimar Döffinger wrote:
> The thing I am unsure about though is which byte is the unused one and
> should be skipped, the first or the last - for the black-and-white
> cursors I tested it doesn't make a difference...

You could skip the one that is always zero.  If none is, then one of the 
bytes is the alpha and you should either skip no byte, or set src _just 
to that_ byte.

Paolo

  reply	other threads:[~2009-08-17 16:48 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-08-17 15:58 [Qemu-devel] [PATCH] sdl.c: support 32 bpp cursors Reimar Döffinger
2009-08-17 16:48 ` Paolo Bonzini [this message]
2009-08-17 17:01   ` [Qemu-devel] " Reimar Döffinger

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=4A8989C9.8060302@gnu.org \
    --to=bonzini@gnu.org \
    --cc=Reimar.Doeffinger@gmx.de \
    --cc=qemu-devel@nongnu.org \
    /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.
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.