--- sourceforge.net/trunk/rdesktop/rdp5.c 2004/06/15 22:45:12 711 +++ sourceforge.net/trunk/rdesktop/rdp5.c 2004/06/16 03:08:55 713 @@ -3,17 +3,17 @@ Protocol services - Multipoint Communications Service Copyright (C) Matthew Chapman 1999-2002 Copyright (C) Erik Forsberg 2003 - + This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. - + This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. - + You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. @@ -47,6 +47,7 @@ hexdump(s->p, s->end - s->p); #endif + ui_begin_update(); while (s->p < s->end) { in_uint8(s, type); @@ -125,4 +126,5 @@ s->p = next; } + ui_end_update(); }