From 63baaad84b66594e83308e662bf0766ce24809b6 Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Tue, 9 Oct 2012 02:11:46 +0000 Subject: During normal operation, rdesktop keeps a clipping rectangle set to the size of the desktop. However, the clipping rectangle is not reset when the size of the desktop changes. This means that when the size of the desktop increases, the area outside the original size will not be drawn. Submitted by: des --- net/rdesktop/files/patch-xwin.c | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 net/rdesktop/files/patch-xwin.c (limited to 'net/rdesktop/files/patch-xwin.c') diff --git a/net/rdesktop/files/patch-xwin.c b/net/rdesktop/files/patch-xwin.c new file mode 100644 index 000000000000..6fd0e978b9ff --- /dev/null +++ b/net/rdesktop/files/patch-xwin.c @@ -0,0 +1,11 @@ +$FreeBSD$ + +--- xwin.c.orig 2011-04-13 04:13:04.000000000 -0700 ++++ xwin.c 2012-10-08 19:06:06.000000000 -0700 +@@ -2150,4 +2150,6 @@ ui_resize_window() + g_backstore = bs; + } ++ ++ ui_reset_clip(); + } + -- cgit v1.2.3