mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 07:56:59 +00:00
[RSHELL]
* CFocusManager: Try to fix some weird behaviour. * CMergedFolder: Downgrade some prints to TRACEs, and implement a couple methods needed by some debugging code. * Activate merged folders by default. TODO: implement the filtering of the "Programs" submenu, and use it for the real Programs menu item. [SHELL32] * defcontextmenu.cpp: Make a copy of the apidl array before storing it for later, since it may be a pointer to the stack which may not be available later. Fixes the merged folders not working on clicks and context menu. * shlmenu.cpp: While debugging, I made Shell_MergeMenus closer to WINE's. svn path=/branches/shell-experiments/; revision=63702
This commit is contained in:
parent
2ac4637056
commit
0ffe346179
8 changed files with 95 additions and 37 deletions
|
@ -26,7 +26,7 @@
|
|||
#define WRAP_MENUBAND 0
|
||||
#define WRAP_TRAYPRIV 0
|
||||
|
||||
#define MERGE_FOLDERS 0
|
||||
#define MERGE_FOLDERS 1
|
||||
|
||||
#include <stdio.h>
|
||||
#include <tchar.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue