Re: [Mingw-w64-public] [PATCH 3/3] winuser.h: Add PW_RENDERFULLCONTENT define.

2021-11-01 Thread Jacek Caban

On 11/1/21 4:20 PM, LIU Hao wrote:

在 2021-10-30 23:18, Tom Ritter 写道:

Hi, I wanted to follow up on this patch series and ask if they could
be landed?  Thanks.




Perhaps Jacek has been busy with other stuff. I have pushed these 
three patches to master for now.



I just came back from vacations and didn't get to that yet. Thanks for 
pushing it.



Jacek



___
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public


Re: [Mingw-w64-public] [PATCH 3/3] winuser.h: Add PW_RENDERFULLCONTENT define.

2021-11-01 Thread LIU Hao

在 2021-10-30 23:18, Tom Ritter 写道:

Hi, I wanted to follow up on this patch series and ask if they could
be landed?  Thanks.




Perhaps Jacek has been busy with other stuff. I have pushed these three patches 
to master for now.


--
Best regards,
LIU Hao



OpenPGP_signature
Description: OpenPGP digital signature
___
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public


Re: [Mingw-w64-public] [PATCH 3/3] winuser.h: Add PW_RENDERFULLCONTENT define.

2021-10-30 Thread Tom Ritter
Hi, I wanted to follow up on this patch series and ask if they could
be landed?  Thanks.

On Fri, 15 Oct 2021 at 15:50, LIU Hao  wrote:
>
> 在 2021-10-15 04:55, Jacek Caban 写道:
> > Signed-off-by: Jacek Caban 
> > ---
> >   mingw-w64-headers/include/winuser.h | 5 -
> >   1 file changed, 4 insertions(+), 1 deletion(-)
> >
>
> These three patches look good to me, too. Thanks.
>
>
> --
> Best regards,
> LIU Hao
>
> ___
> Mingw-w64-public mailing list
> Mingw-w64-public@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/mingw-w64-public


___
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public


Re: [Mingw-w64-public] [PATCH 3/3] winuser.h: Add PW_RENDERFULLCONTENT define.

2021-10-15 Thread LIU Hao

在 2021-10-15 04:55, Jacek Caban 写道:

Signed-off-by: Jacek Caban 
---
  mingw-w64-headers/include/winuser.h | 5 -
  1 file changed, 4 insertions(+), 1 deletion(-)



These three patches look good to me, too. Thanks.


--
Best regards,
LIU Hao



OpenPGP_signature
Description: OpenPGP digital signature
___
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public


[Mingw-w64-public] [PATCH 3/3] winuser.h: Add PW_RENDERFULLCONTENT define.

2021-10-14 Thread Jacek Caban

Signed-off-by: Jacek Caban 
---
 mingw-w64-headers/include/winuser.h | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)


diff --git a/mingw-w64-headers/include/winuser.h b/mingw-w64-headers/include/winuser.h
index 01f2a5be4..7252a53ea 100644
--- a/mingw-w64-headers/include/winuser.h
+++ b/mingw-w64-headers/include/winuser.h
@@ -2241,7 +2241,10 @@ extern "C" {
 #if WINAPI_FAMILY_PARTITION (WINAPI_PARTITION_DESKTOP)
   WINUSERAPI WINBOOL WINAPI GetLayeredWindowAttributes (HWND hwnd, COLORREF *pcrKey, BYTE *pbAlpha, DWORD *pdwFlags);
 
-#define PW_CLIENTONLY 0x0001
+#define PW_CLIENTONLY 0x0001
+#if _WIN32_WINNT >= 0x0603
+#define PW_RENDERFULLCONTENT  0x0002
+#endif
 
   WINUSERAPI WINBOOL WINAPI PrintWindow (HWND hwnd, HDC hdcBlt, UINT nFlags);
   WINUSERAPI WINBOOL WINAPI SetLayeredWindowAttributes (HWND hwnd, COLORREF crKey, BYTE bAlpha, DWORD dwFlags);

___
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public