/[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 1173 by astrand, Mon Mar 20 15:58:16 2006 UTC revision 1174 by astrand, Mon Mar 20 16:14:02 2006 UTC
# Line 3305  ui_seamless_create_window(unsigned long Line 3305  ui_seamless_create_window(unsigned long
3305          sw->desktop = 0;          sw->desktop = 0;
3306          sw->position_timer = xmalloc(sizeof(struct timeval));          sw->position_timer = xmalloc(sizeof(struct timeval));
3307          timerclear(sw->position_timer);          timerclear(sw->position_timer);
3308    
3309          sw->outstanding_position = False;          sw->outstanding_position = False;
3310            sw->outpos_serial = 0;
3311            sw->outpos_xoffset = sw->outpos_yoffset = 0;
3312            sw->outpos_width = sw->outpos_height = 0;
3313    
3314          sw->next = g_seamless_windows;          sw->next = g_seamless_windows;
3315          g_seamless_windows = sw;          g_seamless_windows = sw;
3316  }  }

Legend:
Removed from v.1173  
changed lines
  Added in v.1174

  ViewVC Help
Powered by ViewVC 1.1.26