[PULL] hw/xwin fixes
Jon TURNEY
jon.turney at dronecode.org.uk
Mon Jan 9 06:32:15 PST 2012
Hi Keith,
The following set of patches contain various fixes for the XWin DDX. Please
consider pulling into master.
Thanks.
The following changes since commit 98cde254acb9b98337ddecf64c138d38c14ec2bf:
Bump version to 1.11.99.901 (1.12 RC1) (2011-12-27 14:02:39 -0800)
are available in the git repository at:
git://people.freedesktop.org/~jturney/xserver rpavlik-xwin-fixes
Ryan Pavlik (11):
hw/xwin: Fix a memory leak in error path in winInitWM()
hw/xwin: Fix double-free in error path in winQueryRGBBitsAndMasks()
hw/xwin: Remove an empty #if 0/#endif
hw/xwin: Fix rrScreenSetSize function pointer mismatch
hw/xwin: Clarify an if statement mixed with ifdef in winSetEngine()
hw/xwin: Fix possible null ptr deref in winActivateAppNativeGDI()
hw/xwin: Fix possible null ptr deref in winActivateAppPrimaryDD()
hw/xwin: Fix possible null ptr deref in winMWExtWMRestackFrame()
hw/xwin: Fix possible null ptr deref in winMWExtWMDecorateWindow()
hw/xwin: Fix duplicate definition of HAS_WINSOCK when building for MinGW
hw/xwin: Include manifest file in the dist tarball
hw/xwin/Makefile.am | 3 ++-
hw/xwin/winclipboard.h | 1 -
hw/xwin/winclipboardthread.c | 2 ++
hw/xwin/winengine.c | 7 ++-----
hw/xwin/winmultiwindowwm.c | 12 +++++++-----
hw/xwin/winnativegdi.c | 7 ++++---
hw/xwin/winpfbdd.c | 6 +++---
hw/xwin/winrandr.c | 2 --
hw/xwin/winshadgdi.c | 1 -
hw/xwin/winwin32rootless.c | 4 +---
hw/xwin/winwin32rootlesswindow.c | 3 ++-
11 files changed, 23 insertions(+), 25 deletions(-)
More information about the xorg-devel
mailing list