Module: wine Branch: master Commit: 52246fb92124620a7c57d897f44a78dfa92b6246 URL: http://source.winehq.org/git/wine.git/?a=commit;h=52246fb92124620a7c57d897f4...
Author: Alexandre Julliard julliard@winehq.org Date: Tue Apr 8 15:47:36 2008 +0200
winex11: Move all the embedded systray window support to winex11.drv.
---
dlls/winex11.drv/Makefile.in | 2 + dlls/winex11.drv/systray.c | 439 +++++++++++++++++++++++++++++++++++++ dlls/winex11.drv/window.c | 90 -------- dlls/winex11.drv/winex11.drv.spec | 2 +- dlls/winex11.drv/x11drv.h | 2 - dlls/winex11.drv/x11drv_main.c | 2 - programs/explorer/systray.c | 18 +- 7 files changed, 454 insertions(+), 101 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=52246fb92124620a7c57d8...