Dmitry Timoshkov dmitry@codeweavers.com writes:
The bug #20129 lists one of such applications.
It does FindWindow("Shell_TrayWnd", "") and expects that it returns a valid tray window handle. Currently FindWindow() is broken, but my next patch makes the above call succeed.
This will cause the stand-alone tray window to not have a title, that doesn't look nice.
Alexandre Julliard julliard@winehq.org wrote:
The bug #20129 lists one of such applications.
It does FindWindow("Shell_TrayWnd", "") and expects that it returns a valid tray window handle. Currently FindWindow() is broken, but my next patch makes the above call succeed.
This will cause the stand-alone tray window to not have a title, that doesn't look nice.
What would you suggest?
Dmitry Timoshkov dmitry@codeweavers.com writes:
This will cause the stand-alone tray window to not have a title, that doesn't look nice.
What would you suggest?
Use a separate window for the stand-alone tray.
Alexandre Julliard julliard@winehq.org wrote:
This will cause the stand-alone tray window to not have a title, that doesn't look nice.
What would you suggest?
Use a separate window for the stand-alone tray.
Shouldn't that be a separate thing not related to the problem fixed by my patch?
Dmitry Timoshkov dmitry@codeweavers.com writes:
Shouldn't that be a separate thing not related to the problem fixed by my patch?
Sure it should be a separate change.