mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-06-02 11:08:19 +02:00
18 lines
846 B
Text
18 lines
846 B
Text
2004-05-09 Alexander Gottwald <ago@freedesktop.org>
|
|
|
|
* Patch by Dan Wilks <Dan_Wilks@intuit.com>
|
|
* winclipboard.h: Add extern prototypes for winDebug, winErrorFVerb
|
|
copied from winmsg.h.
|
|
* winclipboardinit.c (winFixClipboardChain): Post rather than send the
|
|
reinit message to the clipboard window. Sending the message caused,
|
|
or possibly just exacerbated an existing, race condition that would
|
|
cause the X server to hang when coming back from a remote desktop
|
|
session.
|
|
* winclipboardwndproc.c (winProcessXEventsTimeout): switch to new
|
|
logging api's.
|
|
* winclipboardwindproc.c (winClipboardWindowProc): switch to new
|
|
logging api's. Add some additional debug logging. Make best effort
|
|
to prevent our window appearing twice in the clipboard chain. Also
|
|
detect loops when they occur and try to behave in a reasonable way.
|
|
|
|
|