XMI updates

2000-04-30 Thread Jon M. Taylor
LibXMI has been modified to handle the new GGI DL entrypoint system, and the lockup problems have (hopefully) been fixed as well. At least over here, demo.c runs on the X and fbdev targets without problems now. Everyone who is using LibXMI, please download and test. Jon --- 'Cloning

Re: ggiFillscreen - missing error-code

2000-04-30 Thread Christoph Egger
On Sun, 30 Apr 2000, Christoph Egger wrote: Hi, ggiFillscreen returns an error-code. The value is -1. Unfortunatly there is no description in include/ggi/errors.h what does this mean. So, can anyone say me, what kind of error it is? Uhmm... I just found the bug. I think, it means I

Re: compiler warning fixes

2000-04-30 Thread Marcus Sundberg
[EMAIL PROTECTED] (Christoph Egger) writes: Hi, I just found some compiler warnings: libggi/display/aa/ /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -g -O2 -D_REENTRANT -D_THREAD_SAFE -g -Wall -c mode.c gcc -DHAVE_CONFIG_H -I. -I.

Re: ggiFillscreen - missing error-code

2000-04-30 Thread Marcus Sundberg
[EMAIL PROTECTED] (Christoph Egger) writes: On Sun, 30 Apr 2000, Christoph Egger wrote: ggiFillscreen returns an error-code. The value is -1. Unfortunatly there is no description in include/ggi/errors.h what does this mean. -1 basicly means "old code not yet using error codes, or error

Re: latest snapshot tested

2000-04-30 Thread Marcus Sundberg
[EMAIL PROTECTED] (Christoph Egger) writes: I have tested your changes, Marcus. Thanks. libgii and libggi compiles very well, except some warnings in one libggi-demo: gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../include -g -O2 -D_REENTRANT -D_THREAD_SAFE -g -Wall -c monitest.c

Using LibXMI in LibGWT

2000-04-30 Thread Rodolphe Ortalo
Hello, well, I have a few questions I'd like to raise over the way I can use the LibXMI framework within LibGWT. First, I wonder if I should allow several paintedSet and several miGC per window (option 1), or hide these XMI abstractions inside a GWT window (option 2). With option 1, the

Re: GGI/FB PPC Crashes

2000-04-30 Thread Marcus Sundberg
David Craig [EMAIL PROTECTED] writes: Thanks Marcus, Can you please let me know when you have fixed this. The fbdev target is fixed now. I've not yet decided what to do with some other memset() calls, but as long as you don't use 4- or 8-bit everything should work now. //Marcus --

Re: latest snapshot tested

2000-04-30 Thread Christoph Egger
On 30 Apr 2000, Marcus Sundberg wrote: [EMAIL PROTECTED] (Christoph Egger) writes: I have tested your changes, Marcus. Thanks. libgii and libggi compiles very well, except some warnings in one libggi-demo: gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../include -g -O2