winex11.drv: Fallback to X11DRV_SHM_NONE in X11DRV_DIB_DoCopyDIBSection() if dest...
commit85fe381daf09d42fa4c9275b381677fe2625e06f
authorHenri Verbeet <hverbeet@codeweavers.com>
Fri, 7 Aug 2009 09:53:17 +0000 (7 11:53 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 7 Aug 2009 10:11:55 +0000 (7 12:11 +0200)
tree5b860f0137cadb26a33579b6189a3f3f57ce7be1
parenta4c1c66c874ed6705dc53d8c4a41a54e764bf1bc
winex11.drv: Fallback to X11DRV_SHM_NONE in X11DRV_DIB_DoCopyDIBSection() if dest doesn't match the pixmap.

Falling back to X11DRV_SHM_IMAGE doesn't work, the image's data isn't in
shared memory if the pixmap was created as Shm pixmap.
dlls/winex11.drv/dib.c