/[rdesktop]/sourceforge.net/trunk/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/trunk/rdesktop/xwin.c

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

revision 70 by astrand, Sat Jul 27 23:09:32 2002 UTC revision 72 by astrand, Mon Jul 29 18:59:01 2002 UTC
# Line 1016  ui_draw_glyph(int mixmode, Line 1016  ui_draw_glyph(int mixmode,
1016        if ((xyoffset & 0x80))\        if ((xyoffset & 0x80))\
1017          {\          {\
1018            if (flags & TEXT2_VERTICAL) \            if (flags & TEXT2_VERTICAL) \
1019              y += ttext[++idx] | (ttext[++idx] << 8);\              y += ttext[idx+1] | (ttext[idx+2] << 8);\
1020            else\            else\
1021              x += ttext[++idx] | (ttext[++idx] << 8);\              x += ttext[idx+1] | (ttext[idx+2] << 8);\
1022              idx += 2;\
1023          }\          }\
1024        else\        else\
1025          {\          {\

Legend:
Removed from v.70  
changed lines
  Added in v.72

  ViewVC Help
Powered by ViewVC 1.1.26