/[rdesktop]/sourceforge.net/branches/seamlessrdp-branch/rdesktop/xwin.c
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /sourceforge.net/branches/seamlessrdp-branch/rdesktop/xwin.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 483 by jsorg71, Sat Oct 11 19:12:10 2003 UTC revision 487 by astrand, Mon Oct 13 12:34:15 2003 UTC
# Line 1596  ui_patblt(uint8 opcode, Line 1596  ui_patblt(uint8 opcode,
1596                  case 2: /* Hatch */                  case 2: /* Hatch */
1597                          fill = (Pixmap) ui_create_glyph(8, 8,                          fill = (Pixmap) ui_create_glyph(8, 8,
1598                                                          hatch_patterns + brush->pattern[0] * 8);                                                          hatch_patterns + brush->pattern[0] * 8);
1599                          SET_FOREGROUND(bgcolour);                          SET_FOREGROUND(fgcolour);
1600                          SET_BACKGROUND(fgcolour);                          SET_BACKGROUND(bgcolour);
1601                          XSetFillStyle(g_display, g_gc, FillOpaqueStippled);                          XSetFillStyle(g_display, g_gc, FillOpaqueStippled);
1602                          XSetStipple(g_display, g_gc, fill);                          XSetStipple(g_display, g_gc, fill);
1603                          XSetTSOrigin(g_display, g_gc, brush->xorigin, brush->yorigin);                          XSetTSOrigin(g_display, g_gc, brush->xorigin, brush->yorigin);

Legend:
Removed from v.483  
changed lines
  Added in v.487

  ViewVC Help
Powered by ViewVC 1.1.26