Do not use stipple when drawing text, use solid foreground/background
authorMattia Barbon <mbarbon@cpan.org>
Sun, 9 Feb 2003 20:21:54 +0000 (20:21 +0000)
committerMattia Barbon <mbarbon@cpan.org>
Sun, 9 Feb 2003 20:21:54 +0000 (20:21 +0000)
commit2b830c41f78a59dc2e6a958cdfc0cd7b84587e70
tree4005a9aaf0ea02336f01610f3fcf0cc871be5f92
parentb64c979322a661a3fdb3b187aeac9e21bf725ac9
  Do not use stipple when drawing text, use solid foreground/background
colour instead.
  Use XSetTile/FillTiled instead of XSetStipple/FillStippled, otherwise
BadMatch errors occur in wxDC::SetBrush.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@19162 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/motif/dcclient.cpp