Follow-up Comment #2, bug #21203 (project gnustep):

I have a partial resolution: prevent XGCairoXImageSurface.m initWithDevice:
from specifying 32-bit color. I have the XRender software installed, so
configure #define XRENDER. But, my "video hardware" supports only 24-bit
color. (I am using Parallels virtual machine over MacOSX.)

  gsDevice = device;

  #ifdef XRENDER
- di.drawing_depth = 32;
+ di.drawing_depth = 24;
  #else
  di.drawing_depth = 24;
  #endif
 
Of course this is a quick hack, not a real solution.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?21203>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/



_______________________________________________
Bug-gnustep mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-gnustep

Reply via email to