Skip to content

Commit

Permalink
- properly render patterned lines when rop2 == ropCopyPut
Browse files Browse the repository at this point in the history
  • Loading branch information
dk committed Jul 15, 2014
1 parent 00b30ff commit 1a823db
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions unix/apc_graphics.c
Original file line number Diff line number Diff line change
Expand Up @@ -333,6 +333,10 @@ prima_cleanup_drawable_after_painting( Handle self)
XSetForeground( DISP, XX-> gc, XX-> fore. primary);\
XX->flags.brush_fore=1;\
}\
if (!XX->flags.brush_back && XX-> paint_rop2 == ropCopyPut) {\
XSetBackground( DISP, XX-> gc, XX-> back. primary);\
XX->flags.brush_back=1;\
}\
XSetFillStyle( DISP, XX-> gc, FillSolid);\

Bool
Expand Down

0 comments on commit 1a823db

Please sign in to comment.