--- sourceforge.net/trunk/rdesktop/xwin.c 2003/10/11 19:12:10 483 +++ sourceforge.net/trunk/rdesktop/xwin.c 2003/10/13 12:34:15 487 @@ -1596,8 +1596,8 @@ case 2: /* Hatch */ fill = (Pixmap) ui_create_glyph(8, 8, hatch_patterns + brush->pattern[0] * 8); - SET_FOREGROUND(bgcolour); - SET_BACKGROUND(fgcolour); + SET_FOREGROUND(fgcolour); + SET_BACKGROUND(bgcolour); XSetFillStyle(g_display, g_gc, FillOpaqueStippled); XSetStipple(g_display, g_gc, fill); XSetTSOrigin(g_display, g_gc, brush->xorigin, brush->yorigin);