/[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 1177 by ossman_, Tue Mar 21 14:42:25 2006 UTC revision 1181 by ossman_, Tue Mar 21 15:29:47 2006 UTC
# Line 3612  ui_seamless_ack(unsigned int serial) Line 3612  ui_seamless_ack(unsigned int serial)
3612                          sw->width = sw->outpos_width;                          sw->width = sw->outpos_width;
3613                          sw->height = sw->outpos_height;                          sw->height = sw->outpos_height;
3614                          sw->outstanding_position = False;                          sw->outstanding_position = False;
3615    
3616                            /* Do a complete redraw of the window as part of the
3617                               completion of the move. This is to remove any
3618                               artifacts caused by our lack of synchronization. */
3619                            XCopyArea(g_display, g_backstore,
3620                                      sw->wnd, g_gc,
3621                                      sw->xoffset, sw->yoffset, sw->width, sw->height, 0, 0);
3622    
3623                          break;                          break;
3624                  }                  }
3625          }          }

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

  ViewVC Help
Powered by ViewVC 1.1.26