mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-01-13 05:00:25 +01:00
Backout last change. It was broken.
This commit is contained in:
parent
4ac3b83771
commit
90c19ed97c
1 changed files with 1 additions and 3 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue