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

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

revision 713 by jsorg71, Wed Jun 16 03:08:55 2004 UTC revision 717 by astrand, Thu Jun 17 09:42:58 2004 UTC
# Line 659  rdp_process_bitmap_caps(STREAM s) Line 659  rdp_process_bitmap_caps(STREAM s)
659          if (g_width != width || g_height != height)          if (g_width != width || g_height != height)
660          {          {
661                  warning("screen size changed from %dx%d to %dx%d\n", g_width, g_height,                  warning("screen size changed from %dx%d to %dx%d\n", g_width, g_height,
662                                  width, height);                          width, height);
663                  g_width = width;                  g_width = width;
664                  g_height = height;                  g_height = height;
665                  ui_resize_window();                  ui_resize_window();
# Line 1088  rdp_loop(BOOL * deactivated, uint32 * ex Line 1088  rdp_loop(BOOL * deactivated, uint32 * ex
1088          BOOL cont = True;          BOOL cont = True;
1089          STREAM s;          STREAM s;
1090    
1091     while (cont)          while (cont)
1092          {          {
1093                  s = rdp_recv(&type);                  s = rdp_recv(&type);
1094                  if (s == NULL)                  if (s == NULL)

Legend:
Removed from v.713  
changed lines
  Added in v.717

  ViewVC Help
Powered by ViewVC 1.1.26