--- sourceforge.net/trunk/rdesktop/xwin.c 2003/01/28 12:27:28 297 +++ sourceforge.net/trunk/rdesktop/xwin.c 2003/01/30 11:15:00 299 @@ -1216,8 +1216,8 @@ }\ if (glyph != NULL)\ {\ - ui_draw_glyph (mixmode, x + (short) glyph->offset,\ - y + (short) glyph->baseline,\ + ui_draw_glyph (mixmode, x + glyph->offset,\ + y + glyph->baseline,\ glyph->width, glyph->height,\ glyph->pixmap, 0, 0, bgcolour, fgcolour);\ if (flags & TEXT2_IMPLICIT_X)\