- int bpp = wxTheApp->GetVisualInfo(m_display)->m_visualDepth;
- if (bpp == 8)
- XSetForeground( xdisplay, gc, WhitePixel(xdisplay,xscreen) );
- else
- XSetForeground( xdisplay, gc, BlackPixel(xdisplay,xscreen) );
+ XSetForeground( xdisplay, gc, BlackPixel(xdisplay,xscreen) );