bug-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug #21203] Cairo backend does not display


From: Mark Tracy
Subject: [bug #21203] Cairo backend does not display
Date: Fri, 05 Oct 2007 07:36:58 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.5) Gecko/20061023 SUSE/2.0.0.5-1.1 Firefox/2.0.0.5

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/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]