Thierry Danis wrote:
> 
> Hello again,
> 
> I have written an application with glade + gnome support that has to
> run on a 8 plans X server.
> My own code needs to allocate some colors (64 or more). Unfortunately,
> once gnome-init is initialized, no colors are left to the application.
> 
> Is there a workaround other than using straight GTK.

GdkImlib is probably allocating lots of colors.
I think you can tailor it to only allocate a certain number of colors and
to use a specific palette, but that is not useful for a distributed app.

Do your colors have to be exact? Or could you share Imlibs colors?

I was going to say you could install your own colormap, but then that
probably won't work if you have any Imlib-loaded pixmaps in the same window.

Damon



+---------------------------------------------------------------------+
To unsubscribe from this list, send a message to [EMAIL PROTECTED]
with the line "unsubscribe glade-devel" in the body of the message.

Reply via email to