/[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 1181 by ossman_, Tue Mar 21 15:29:47 2006 UTC revision 1182 by ossman_, Tue Mar 21 15:31:48 2006 UTC
# Line 3605  ui_seamless_ack(unsigned int serial) Line 3605  ui_seamless_ack(unsigned int serial)
3605          seamless_window *sw;          seamless_window *sw;
3606          for (sw = g_seamless_windows; sw; sw = sw->next)          for (sw = g_seamless_windows; sw; sw = sw->next)
3607          {          {
3608                  if (sw->outpos_serial == serial)                  if (sw->outstanding_position && (sw->outpos_serial == serial))
3609                  {                  {
3610                          sw->xoffset = sw->outpos_xoffset;                          sw->xoffset = sw->outpos_xoffset;
3611                          sw->yoffset = sw->outpos_yoffset;                          sw->yoffset = sw->outpos_yoffset;

Legend:
Removed from v.1181  
changed lines
  Added in v.1182

  ViewVC Help
Powered by ViewVC 1.1.26