SeamlessRDP: Initializing all of sw->outpos_ variables.

git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/branches/seamlessrdp-branch/rdesktop@1173 423420c4-83ab-492f-b58f-81f9feb106b5
This commit is contained in:
Peter Åstrand 2006-03-20 16:14:02 +00:00
parent 68ceebd8e0
commit 39654aef29

5
xwin.c
View File

@ -3305,7 +3305,12 @@ ui_seamless_create_window(unsigned long id, unsigned long parent, unsigned long
sw->desktop = 0;
sw->position_timer = xmalloc(sizeof(struct timeval));
timerclear(sw->position_timer);
sw->outstanding_position = False;
sw->outpos_serial = 0;
sw->outpos_xoffset = sw->outpos_yoffset = 0;
sw->outpos_width = sw->outpos_height = 0;
sw->next = g_seamless_windows;
g_seamless_windows = sw;
}