Re: [AD] select_system_cursor method |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
- To: alleg-developers@xxxxxxxxxx
- Subject: Re: [AD] select_system_cursor method
- From: Peter Wang <novalazy@xxxxxxxxxx>
- Date: Tue, 15 Mar 2005 01:08:06 +1100
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=r5m/iHp3hMLylIw6mwnCPNKaAwg6dGM1kPsrsdbZNT5rpIFdrOmgOh+sypcvc2er8lyKE9rl7a7dNhbgNfo8lr8Gqu7+KUnIa1FcoMaZEoIAMEsM/8sLVWbtBxyvB2SxM2UYjsNAvoqplrdFrNb4z99PlbmQjrGFWbNNnWVRQMU=
On Sun, 13 Mar 2005 23:22:53 +0100, Evert Glebbeek <eglebbk@xxxxxxxxxx> wrote:
> > Can anybody tell me why
> >
> > AL_METHOD(int, select_system_cursor, (AL_CONST int cursor));
> >
> > is part of the MOUSE_DRIVER vtable instead of the GFX_DRIVER vtable?
>
> Good question. The answer, I think, is that I put it there because it is
> `mouse related' and never considered if it should be in the GFX_DRIVER,
> which I guess now it really should have been.
> Feel free to correct my oversight (or I may be able to do this myself later
> on); better late than never, afterall. ;)
Just to let you know, I've made a start on this.
Peter