Sweden-Number/dlls/winex11.drv
Dmitry Timoshkov 230e2d5f79 winex11.drv: Don't free cached DnD data after informing an application about the drop event.
If an application in its IDropTarget::Drop() implementation saves the passed in
IDataObject and later calls IDataObject::GetData() it fails because global cached
data is no longer available. Another solution is to create a copy of global data
and save it inside of IDataObject, but since all data including item contents is
global anyway this doesn't seem worth the trouble. Global cahed data will be freed
in next X11DRV_XDND_EnterEvent().

Signed-off-by: Dmitry Timoshkov <dmitry@baikal.ru>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2021-07-10 15:37:55 +02:00
..
Makefile.in
bitblt.c
brush.c
clipboard.c
desktop.c
display.c
event.c winex11.drv: Correct a full screen condition. 2021-04-27 16:52:30 +02:00
graphics.c
ime.c
init.c gdi32: Return correct color depth for display DCs in GetDeviceCaps(). 2021-06-07 21:31:54 +02:00
keyboard.c winex11.drv: Do not pollute logs with misencoded bytes. 2021-06-09 23:38:44 +02:00
mouse.c user32: Add RAWINPUT parameter to __wine_send_input. 2021-04-15 10:37:52 +02:00
mwm.h
opengl.c winex11.drv: Add mutable pixel format awareness. 2021-04-21 21:20:55 +02:00
palette.c
pen.c
settings.c winex11.drv: Support reporting emulated display depth. 2021-05-17 20:35:01 +02:00
systray.c
version.rc
vulkan.c winex11.drv: Handle Vulkan surface creation with NULL hwnd. 2021-05-03 21:05:31 +02:00
window.c winex11.drv: Always add MWM_FUNC_CLOSE to enabled windows. 2021-05-31 21:06:25 +02:00
winex11.drv.spec user32: Move (Un)LoadKeyboardLayoutW from winex11.drv to user32. 2021-05-07 22:22:49 +02:00
wintab.c
x11drv.h user32: Factor GetKeyboardLayout and remove driver call. 2021-05-05 21:57:53 +02:00
x11drv_main.c winex11.drv: Avoid race condition in X11 error handling. 2021-06-08 22:28:44 +02:00
xcomposite.h
xdnd.c winex11.drv: Don't free cached DnD data after informing an application about the drop event. 2021-07-10 15:37:55 +02:00
xim.c
xinerama.c
xrandr.c winex11: Request VK_KHR_display in get_gpu_properties_from_vulkan(). 2021-07-08 10:50:58 +02:00
xrender.c
xvidmode.c