Module: wine
Branch: master
Commit: b37561b4b4d39a2aecb4fa97e028a5e2f862f7ff
URL: https://source.winehq.org/git/wine.git/?a=commit;h=b37561b4b4d39a2aecb4fa97…
Author: Zhiyi Zhang <zzhang(a)codeweavers.com>
Date: Tue Dec 24 15:34:03 2019 +0800
configure: Update Xinerama and XRandR extension help strings.
Signed-off-by: Zhiyi Zhang <zzhang(a)codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
---
configure | 4 ++--
configure.ac | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/configure b/configure
index 049875b601..a9de87bfe0 100755
--- a/configure
+++ b/configure
@@ -2582,11 +2582,11 @@ Optional Packages:
--without-xcomposite do not use the Xcomposite extension
--without-xcursor do not use the Xcursor extension
--without-xfixes do not use Xfixes for clipboard change notifications
- --without-xinerama do not use Xinerama (multi-monitor support)
+ --without-xinerama do not use Xinerama (legacy multi-monitor support)
--without-xinput do not use the Xinput extension
--without-xinput2 do not use the Xinput 2 extension
--without-xml do not use XML
- --without-xrandr do not use Xrandr (resolution changes)
+ --without-xrandr do not use Xrandr (multi-monitor support)
--without-xrender do not use the Xrender extension
--without-xshape do not use the Xshape extension
--without-xshm do not use XShm (shared memory extension)
diff --git a/configure.ac b/configure.ac
index 88965115d7..5e36331596 100644
--- a/configure.ac
+++ b/configure.ac
@@ -92,14 +92,14 @@ AC_ARG_WITH(xcursor, AS_HELP_STRING([--without-xcursor],[do not use the Xcurso
[if test "x$withval" = "xno"; then ac_cv_header_X11_Xcursor_Xcursor_h=no; fi])
AC_ARG_WITH(xfixes, AS_HELP_STRING([--without-xfixes],[do not use Xfixes for clipboard change notifications]),
[if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xfixes_h=no; fi])
-AC_ARG_WITH(xinerama, AS_HELP_STRING([--without-xinerama],[do not use Xinerama (multi-monitor support)]),
+AC_ARG_WITH(xinerama, AS_HELP_STRING([--without-xinerama],[do not use Xinerama (legacy multi-monitor support)]),
[if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xinerama_h=no; fi])
AC_ARG_WITH(xinput, AS_HELP_STRING([--without-xinput],[do not use the Xinput extension]),
[if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput_h=no; fi])
AC_ARG_WITH(xinput2, AS_HELP_STRING([--without-xinput2],[do not use the Xinput 2 extension]),
[if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput2_h=no; fi])
AC_ARG_WITH(xml, AS_HELP_STRING([--without-xml],[do not use XML]))
-AC_ARG_WITH(xrandr, AS_HELP_STRING([--without-xrandr],[do not use Xrandr (resolution changes)]),
+AC_ARG_WITH(xrandr, AS_HELP_STRING([--without-xrandr],[do not use Xrandr (multi-monitor support)]),
[if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrandr_h=no; fi])
AC_ARG_WITH(xrender, AS_HELP_STRING([--without-xrender],[do not use the Xrender extension]),
[if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrender_h=no; fi])
Module: wine
Branch: master
Commit: e1571a25ca65314b0b5db2b969bc8c3586dcd116
URL: https://source.winehq.org/git/wine.git/?a=commit;h=e1571a25ca65314b0b5db2b9…
Author: Zebediah Figura <z.figura12(a)gmail.com>
Date: Mon Dec 23 22:37:42 2019 -0600
ole32/tests: Avoid testing exact sequences of IUnknown methods.
Instead, just test that AddRef()/Release() come in balanced pairs by keeping
track of the reference count.
This fixes test failures with recent Windows 10.
Signed-off-by: Zebediah Figura <z.figura12(a)gmail.com>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
---
dlls/ole32/tests/ole2.c | 174 +++++++-----------------------------------------
1 file changed, 23 insertions(+), 151 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=e1571a25ca65314b0b5d…
Module: wine
Branch: master
Commit: 64822f2120edca44bdc3bff1e6feba35ea396014
URL: https://source.winehq.org/git/wine.git/?a=commit;h=64822f2120edca44bdc3bff1…
Author: Steve Lhomme <robux4(a)gmail.com>
Date: Tue Dec 17 11:50:52 2019 +0100
include: Add dxgidebug.idl.
Signed-off-by: Steve Lhomme <robux4(a)gmail.com>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
---
include/Makefile.in | 1 +
include/dxgidebug.idl | 43 +++++++++++++++++++++++++++++++++++++++++++
2 files changed, 44 insertions(+)
diff --git a/include/Makefile.in b/include/Makefile.in
index 2e9a921df7..cbad4d604f 100644
--- a/include/Makefile.in
+++ b/include/Makefile.in
@@ -250,6 +250,7 @@ SOURCES = \
dxgi1_5.idl \
dxgi1_6.idl \
dxgicommon.idl \
+ dxgidebug.idl \
dxgiformat.idl \
dxgitype.idl \
dxva.h \
diff --git a/include/dxgidebug.idl b/include/dxgidebug.idl
new file mode 100644
index 0000000000..2daeb674f9
--- /dev/null
+++ b/include/dxgidebug.idl
@@ -0,0 +1,43 @@
+/*
+ * Copyright 2015 Steve Lhomme
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
+ */
+
+import "oaidl.idl";
+
+cpp_quote("DEFINE_GUID(DXGI_DEBUG_ALL, 0xe48ae283, 0xda80, 0x490b,0x87, 0xe6, 0x43, 0xe9, 0xa9, 0xcf, 0xda, 0x08);")
+cpp_quote("DEFINE_GUID(DXGI_DEBUG_DX, 0x35cdd7fc, 0x13b2, 0x421d,0xa5, 0xd7, 0x7e, 0x44, 0x51, 0x28, 0x7d, 0x64);")
+cpp_quote("DEFINE_GUID(DXGI_DEBUG_DXGI, 0x25cddaa4, 0xb1c6, 0x47e1,0xac, 0x3e, 0x98, 0x87, 0x5b, 0x5a, 0x2e, 0x2a);")
+cpp_quote("DEFINE_GUID(DXGI_DEBUG_APP, 0x06cd6e01, 0x4219, 0x4ebd,0x87, 0x90, 0x27, 0xed, 0x23, 0x36, 0x0c, 0x62);")
+
+typedef enum DXGI_DEBUG_RLO_FLAGS {
+ DXGI_DEBUG_RLO_SUMMARY = 0x0001,
+ DXGI_DEBUG_RLO_DETAIL = 0x0002,
+ DXGI_DEBUG_RLO_IGNORE_INTERNAL = 0x0004,
+ DXGI_DEBUG_RLO_ALL = 0x0007
+} DXGI_DEBUG_RLO_FLAGS;
+
+[
+ object,
+ local,
+ uuid(119e7452-de9e-40fe-8806-88f90c12b441)
+]
+interface IDXGIDebug : IUnknown
+{
+ HRESULT ReportLiveObjects(
+ [in] GUID apiid,
+ [in] DXGI_DEBUG_RLO_FLAGS flags);
+}