- Add a max wait time for selection notifies.
commit651c5988aac2d332ec02c26945a6aac145c03b9a
authorUlrich Czekalla <uczekalla@codeweavers.com>
Tue, 27 Aug 2002 19:19:49 +0000 (27 19:19 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 27 Aug 2002 19:19:49 +0000 (27 19:19 +0000)
treec43029a11af6286e6d52900e63946987a169f56c
parentdba83c8bfc61af0b2b23205bd6a834dddbc1b9f6
- 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.
dlls/user/user_main.c
dlls/x11drv/clipboard.c
dlls/x11drv/event.c
dlls/x11drv/x11drv.spec
include/clipboard.h
include/user.h
include/x11drv.h
windows/clipboard.c