Re: [AD] Menus not honoring gui screen |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
- To: alleg-developers@xxxxxxxxxx
- Subject: Re: [AD] Menus not honoring gui screen
- From: Chris <chris.kcat@xxxxxxxxxx>
- Date: Sun, 21 Aug 2005 13:48:51 -0700
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:from:to:subject:date:user-agent:references:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:message-id; b=JJsTS/40l/iBS8LPFIRb4ndNo875NSNbeJBE2Wp0lRyAW1IMImI7ScXpYUYBEyf1U86LMNjUQEbEmft30Agpo7Du7VUNdICCWpUNaLoz72XAyYJ2rWEPRixtyowXC41ZqkmHBZWuRabEQHbDiTMb7/kVYzg4NEvvqY+9e2UNsaE=
On Sunday 21 August 2005 11:23 am, Elias Pschernig wrote:
> It simply would mean, the parameter to show_mouse is an on/off
> parameter. Pass screen to show it, NULL to hide it. Other bitmaps are
> disallowed.
What about other video bitmaps? If you're using page flipping, with no
hardware cursor, and a GUI pops up on a non-main-screen page, you'll want to
show it on that video bitmap.
I believe it would be better to have the docs say that using it on non-video
bitmaps is dangerous and deprecated (due to the async drawing and that
there's no mutex's in place), and showing it on a non-visible buffer is just
wasteful.