Robert Shearman : shell32: Move systray handling to the explorer process.

Alexandre Julliard julliard at wine.codeweavers.com
Wed Feb 22 10:32:20 CST 2006


Module: wine
Branch: refs/heads/master
Commit: f689e3fca4c8af277b1c650d20c417cf304532d6
URL:    http://source.winehq.org/git/?p=wine.git;a=commit;h=f689e3fca4c8af277b1c650d20c417cf304532d6

Author: Robert Shearman <rob at codeweavers.com>
Date:   Sun Feb 19 17:50:27 2006 +0000

shell32: Move systray handling to the explorer process.

---

 dlls/shell32/shell32_main.c   |    1 
 dlls/shell32/shell32_main.h   |    3 
 dlls/shell32/systray.c        |  485 ++++++++++++-----------------------------
 programs/explorer/Makefile.in |    5 
 programs/explorer/explorer.c  |   64 +++++
 programs/explorer/systray.c   |  435 +++++++++++++++++++++++++++++++++++++
 programs/explorer/systray.h   |   23 ++
 7 files changed, 665 insertions(+), 351 deletions(-)
 create mode 100644 programs/explorer/systray.c
 create mode 100644 programs/explorer/systray.h

Diff:   http://source.winehq.org/git/?p=wine.git;a=commitdiff;h=f689e3fca4c8af277b1c650d20c417cf304532d6



More information about the wine-cvs mailing list