wine/ dlls/user/user_main.c dlls/x11drv/clipbo ...

Alexandre Julliard julliard at wine.codeweavers.com
Tue Aug 27 14:19:49 CDT 2002


ChangeSet ID:	103047598942230719009331
CVSROOT:	/opt/cvs-commit
Module name:	wine
Changes by:	julliard at wine.codeweavers.com	02/08/27 14:19:49

Modified files:
	dlls/user      : user_main.c 
	dlls/x11drv    : clipboard.c event.c x11drv.spec 
	include        : clipboard.h user.h x11drv.h 
	windows        : clipboard.c 

Log message:
	Ulrich Czekalla <uczekalla at codeweavers.com>
	- Add a max wait time for selection notifies.
	- Add new function to the x11drv to get clipboard format names of
	externally registered formats.
	- When a clipboard format is registered we should pass the global atom
	value as the format identifier.
	- Clipboard format name should be treated as case insensitive.
	- Serialize metafile bits when requested via a clipboard selection.
	- Return format ids for native formats when mapping from properties.

Patch: http://cvs.winehq.com/patch.py?id=103047598942230719009331

Revision  Changes    Path
 1.42     +1 -0      wine/dlls/user/user_main.c
 1.5      +121 -23   wine/dlls/x11drv/clipboard.c
 1.6      +12 -4     wine/dlls/x11drv/event.c
 1.39     +1 -0      wine/dlls/x11drv/x11drv.spec
 1.15     +1 -1      wine/include/clipboard.h
 1.40     +2 -1      wine/include/user.h
 1.113    +1 -0      wine/include/x11drv.h
 1.51     +36 -12    wine/windows/clipboard.c




More information about the wine-cvs mailing list