Xgl/Compiz?
Posted: Sun Jul 23, 2006 7:27 am
Is anyone using Xgl/Compiz with PureBasic? I know it is bleeding edge stuff - but people are starting to use it more and are now complaining about my apps not working. The app seems to function but the window never forms a system menu and none of the graphics work at all.
Here is an example with Xgl/Compiz:

The terminal has this:
The app normally looks like this:

I have played around with different image properties but nothing seems to work... any help would be greatly appreciated.
Here is an example with Xgl/Compiz:

The terminal has this:
Code: Select all
(fjs_gtk2:22324): Gdk-WARNING **: The gdk_draw_*_image require the drawable argument to
have a specified colormap. All windows have a colormap,
however, pixmaps only have colormap by default if they
were created with a non-NULL window argument. Otherwise
a colormap must be set on them with gdk_drawable_set_colormap
(fjs_gtk2:22324): Gtk-CRITICAL **: gtk_pixmap_set: assertion `gdk_colormap_get_visual (gtk_widget_get_colormap (GTK_WIDGET (pixmap)))->depth == gdk_drawable_get_depth (GDK_DRAWABLE (val))' failed
(fjs_gtk2:22324): Gdk-CRITICAL **: gdk_draw_drawable: assertion `src != NULL' failed

I have played around with different image properties but nothing seems to work... any help would be greatly appreciated.