Re: fb-dev, fbdev as display target for GGI, HOWTO ???

2000-03-14 Thread Thomas Mittelstaedt
Justin Cormack <[EMAIL PROTECTED]> writes: > > Did that /dev/fb0 is "up". > > > > > > > > Other than that LibGGI should autodetect fbdev and use it. Make sure of > > > course, that the user has rw- permissions on the fb device in question. > > > > > > > Hmm. When I changed GGI_DISPLAY to 'f

LibXMI 0.0 pre-alpha release

2000-03-14 Thread Jon M. Taylor
Go get it at: http://tanuki.dhs.org/libxmi.tar.gz It builds and installs, but it doesn't really do anything yet. The extension initializes and attaches, but none of the API functions have been GGI-ified yet so the included demo program draws ASCII lines and arcs |->. Tomorrow

Re: LibGGI2D - Was: ggi2dDrawArc, ggi2dFillArc

2000-03-14 Thread teunis
On Sat, 11 Mar 2000, Jon M. Taylor wrote: > On Fri, 10 Mar 2000, Andreas Beck wrote: > > > > int ggiStrechCrossBlit(ggi_visual *src, int sx, int sy, int sw, > > >int sh, ggi_visual *dst, int dx, int dy, int dw, int dh); > > > It should does the same as ggiCrossBlit, except it also perfo

Re: LibGGI2D - Was: ggi2dDrawArc, ggi2dFillArc

2000-03-14 Thread teunis
Just as a FWIW - I'm quite ready to do software versions of most/all functions for these - once a spec has been made. I can't make a spec if my life depended on it. But I have -so- much code floating around here it's no problem for implementation. libXMI sounds good too ... looking forward to

Re: kgi-0.9-20000222

2000-03-14 Thread Steffen Seeger
Thomas Mittelstaedt wrote: > Steffen Seeger <[EMAIL PROTECTED]> writes: > > > a new KGI-0.9 snapshot is available from > > > > http://www.tu-chemnitz.de/~sse/ggi/kgi-0.9-2222.tar.gz > > > > Mr. Seeger, > > I downloaded that snapshot and tried to get it running on my SuSE 6.3 > Intel box, r

Could resizing of windows be added to LibWMH?

2000-03-14 Thread Niklas Höglund
Libggi windows (in X) can't be resized or closed by the windowmanager. It'd be nice if there were functions in libwmh that enabled the X target to send messages with close and resize requests. -- Niklas

Re: fb-dev, fbdev as display target for GGI, HOWTO ???

2000-03-14 Thread becka
Hi ! > > er, no. Dont run the framebuffer under X. Run it on the console. > Did that. Did start my application from the console prompt - no X running. > Did set GGI_DISPLAY to 'fbdev' before. You should not need to do this. It should be detected automatically. > What follows is that I see a

Re: LibGGI2D - Was: ggi2dDrawArc, ggi2dFillArc

2000-03-14 Thread Jon M. Taylor
On Tue, 14 Mar 2000, teunis wrote: > On Sat, 11 Mar 2000, Jon M. Taylor wrote: > > > On Fri, 10 Mar 2000, Andreas Beck wrote: > > > > > > int ggiStrechCrossBlit(ggi_visual *src, int sx, int sy, int sw, > > > >int sh, ggi_visual *dst, int dx, int dy, int dw, int dh); > > > > It should d