[2/2 v4] winex11.drv: Implement FlashWindowEx.

Jactry Zeng jzeng at codeweavers.com
Fri Oct 2 03:00:08 CDT 2015


Superseded patch 114704.

ChangeLog:
v4:
- Rename driver entry to FlashWindowEx;
- Put FlashWindowEx/pFlashWindowEx in right place;
- Add CDECL for X11DRV_FlashWindowEx.
v3:
- Use x11drv_atom instead of XInternAtom;
- Only do XSendEvent() when data->mapped is true.
v2:
- Use _NET_WM_STATE_DEMANDS_ATTENTION instead of Urgency.

Signed-off-by: Jactry Zeng <jzeng at codeweavers.com>
---
  dlls/user32/driver.c              | 12 ++++++++++++
  dlls/user32/user_private.h        |  1 +
  dlls/user32/win.c                 | 11 ++++++++++-
  dlls/winex11.drv/window.c         | 29 +++++++++++++++++++++++++++++
  dlls/winex11.drv/winex11.drv.spec |  1 +
  dlls/winex11.drv/x11drv.h         |  1 +
  dlls/winex11.drv/x11drv_main.c    |  1 +
  7 files changed, 55 insertions(+), 1 deletion(-)


-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0002-winex11.drv-Implement-FlashWindowEx.txt
Type: text/x-patch
Size: 6507 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20151002/259d617b/attachment.bin>


More information about the wine-patches mailing list