From 903d1f25ce30e3d21feecd1b7b0465dcb3684bdc Mon Sep 17 00:00:00 2001 From: Steven Edwards Date: Fri, 2 Jan 2004 20:12:51 +0000 Subject: [PATCH] Update the notes on how WINE uses the Systray under KDE. --- dlls/shell32/systray.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dlls/shell32/systray.c b/dlls/shell32/systray.c index 57af2139cf8..9c6a81ecbda 100644 --- a/dlls/shell32/systray.c +++ b/dlls/shell32/systray.c @@ -4,8 +4,8 @@ * Copyright 1999 Kai Morich * * Manage the systray window. That it actually appears in the docking - * area of KDE or GNOME is delegated to windows/x11drv/wnd.c, - * X11DRV_WND_DockWindow. + * area of KDE is handled in dlls/x11drv/window.c, + * X11DRV_set_wm_hints using KWM_DOCKWINDOW. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public