Module: wine Branch: master Commit: 21d269f2fc9795188e08bae45adb6bd2a2ebb311 URL: https://source.winehq.org/git/wine.git/?a=commit;h=21d269f2fc9795188e08bae45...
Author: Jacek Caban jacek@codeweavers.com Date: Wed May 4 00:10:36 2022 +0200
winex11: Use unixlib interface for systray docking.
Signed-off-by: Jacek Caban jacek@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/winex11.drv/dllmain.c | 1 + dlls/winex11.drv/event.c | 10 +++- dlls/winex11.drv/systray.c | 117 ++++++++--------------------------------- dlls/winex11.drv/unixlib.h | 16 ++++++ dlls/winex11.drv/window.c | 114 +++++++++++++++++++++++++++++++++++++++ dlls/winex11.drv/x11drv.h | 2 + dlls/winex11.drv/x11drv_main.c | 2 + 7 files changed, 165 insertions(+), 97 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=21d269f2fc9795188e08b...