mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
580915040e
This isn't quite how Windows behaves. Windows doesn't follow the tracking between the menu-bar and the system menu, while Wine does. Since the system menu of top-level windows is likely to be hidden by Wine's graphics driver, this seems like useful behaviour to keep and thus this patch makes things behave sensibly. Even without Wine's special tracking behaviour, this patch is an improvement. The tracking state has no reason to be stored in the menu structure. Signed-off-by: Huw Davies <huw@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org> |
||
---|---|---|
.. | ||
resources | ||
tests | ||
button.c | ||
caret.c | ||
class.c | ||
clipboard.c | ||
combo.c | ||
controls.h | ||
cursoricon.c | ||
dde_client.c | ||
dde_misc.c | ||
dde_private.h | ||
dde_server.c | ||
defdlg.c | ||
defwnd.c | ||
desktop.c | ||
dialog.c | ||
driver.c | ||
edit.c | ||
exticon.c | ||
focus.c | ||
hook.c | ||
icontitle.c | ||
input.c | ||
listbox.c | ||
lstr.c | ||
Makefile.in | ||
mdi.c | ||
menu.c | ||
message.c | ||
misc.c | ||
msgbox.c | ||
nonclient.c | ||
painting.c | ||
property.c | ||
resource.c | ||
resources.h | ||
scroll.c | ||
spy.c | ||
static.c | ||
sysparams.c | ||
text.c | ||
uitools.c | ||
user32.rc | ||
user32.spec | ||
user_main.c | ||
user_private.h | ||
win.c | ||
win.h | ||
winhelp.c | ||
winpos.c | ||
winproc.c | ||
winstation.c | ||
wsprintf.c |