Module: wine Branch: master Commit: 22bfdbeb4809d731744591eba67cd112e0c24d9f URL: https://gitlab.winehq.org/wine/wine/-/commit/22bfdbeb4809d731744591eba67cd11...
Author: Rémi Bernon rbernon@codeweavers.com Date: Wed Jun 21 22:59:38 2023 +0200
win32u: Introduce a new NtUserSystemTrayCall message call.
---
dlls/win32u/Makefile.in | 1 + dlls/win32u/driver.c | 24 ++++++++++++++++++++ dlls/win32u/message.c | 3 +++ dlls/win32u/ntuser_private.h | 4 ++++ dlls/win32u/systray.c | 49 ++++++++++++++++++++++++++++++++++++++++ dlls/wow64win/user.c | 53 ++++++++++++++++++++++++++++++++++++++++++++ include/ntuser.h | 9 ++++++++ include/wine/gdi_driver.h | 4 ++++ programs/explorer/systray.c | 18 +++++++-------- 9 files changed, 156 insertions(+), 9 deletions(-)