From 248700c18b5ec849231f8d0d464b2a021bfbaef8 Mon Sep 17 00:00:00 2001 From: marha Date: Mon, 14 Sep 2009 15:05:44 +0000 Subject: Solved endless loop when copy/pasting. --- xorg-server/hw/xwin/winclipboardwndproc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xorg-server/hw/xwin/winclipboardwndproc.c') diff --git a/xorg-server/hw/xwin/winclipboardwndproc.c b/xorg-server/hw/xwin/winclipboardwndproc.c index 5c6410aa6..ea09f0e3a 100644 --- a/xorg-server/hw/xwin/winclipboardwndproc.c +++ b/xorg-server/hw/xwin/winclipboardwndproc.c @@ -466,7 +466,7 @@ winClipboardWindowProc (HWND hwnd, UINT message, pDisplay, fConvertToUnicode, WIN_POLL_TIMEOUT); - while (WIN_XEVENTS_CONVERT == iReturn) + if (WIN_XEVENTS_CONVERT == iReturn) { /* * The selection was offered for conversion first, so we have -- cgit v1.2.3