summaryrefslogtreecommitdiff
path: root/hw/xwin
diff options
context:
space:
mode:
authorAlexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>2004-04-26 19:53:49 +0000
committerAlexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>2004-04-26 19:53:49 +0000
commit90c19ed97caf91e3d48261aeb64f593118a231d1 (patch)
treeb5358e63a3ec463a38ad3753c367cb081bf06355 /hw/xwin
parent4ac3b83771b97510cc692d92a6b5b0a0f8f1e1aa (diff)
Backout last change. It was broken.
Diffstat (limited to 'hw/xwin')
-rw-r--r--hw/xwin/winclipboardwndproc.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/hw/xwin/winclipboardwndproc.c b/hw/xwin/winclipboardwndproc.c
index c670bd389..50efbb141 100644
--- a/hw/xwin/winclipboardwndproc.c
+++ b/hw/xwin/winclipboardwndproc.c
@@ -199,7 +199,7 @@ winClipboardWindowProc (HWND hwnd, UINT message,
s_fCBCInitialized = FALSE;
ChangeClipboardChain (hwnd, s_hwndNextViewer);
s_hwndNextViewer = NULL;
- s_fCBCInitialized = TRUE;
+ s_fCBCInitialized = FALSE;
s_hwndNextViewer = SetClipboardViewer (hwnd);
}
return 0;
@@ -218,8 +218,6 @@ winClipboardWindowProc (HWND hwnd, UINT message,
/* Bail on first message */
if (!s_fCBCInitialized)
{
- winDebug ("winClipboardWindowProc - WM_DRAWCLIPBOARD - "
- "Initializing - Returning.\n");
s_fCBCInitialized = TRUE;
return 0;
}