Index:
[thread]
[date]
[subject]
[author]
From: Kien Pham <xengren@yahoo.com>
To : ggi-develop@eskimo.com
Date: Sat, 17 Jul 1999 03:47:15 -0400 (EDT)
Re: Mouse pointer extension: request for API :)
--- "Brian S. Julin" <bri@tull.umassp.edu> wrote:
> On Fri, 16 Jul 1999, Steve Cheng wrote:
>
> > I get many requests for some way to 'show' the mouse
> cursor or change it
> > in some way. I'm tired of telling people "this isn't
> supported in
> > LibGGI, etc, etc.", so someone who is familiar with the
> issues (e.g.
> > what kind of cursor is supported on X target...) please
> write and post a
> > simple API spec and I'll hack something up. Keep it
> simple, we can
> > improve it later.
I posted an API for that very purpose a while ago.
It was simple and was also rejected. It seems
the main GGI guys want it as part of the Sprite
library. I didn't care how it was done, I just wanted it.
So, I ended up striking down the prophet or portability
and coded it myself. You can use GGIGetAPI() to check
to see if it's the X lib. Then, using the LIBGGI_PRIVATE
macro to extract
the Xhook struct. From there, you have raw access to the
X display and can do anything you want with it. I don't
care
if it's the right way to do it, it works.
~K.P.
_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com
Index:
[thread]
[date]
[subject]
[author]