mirror of
https://github.com/reactos/reactos.git
synced 2025-07-02 19:41:25 +00:00
[EXPLORER-NEW]
* Show the start menu at the same position and alignment Windows uses. [RSHELL] * Use IShellFolder methods instead of SHCreateShellItem. * Handle toolbar window events from the toolbar class. * Improve the positioning calculations. * TODO: How to tell the submenus of the start menu to show towards the left? For when the taskbar is ABE_RIGHT. CORE-7596 svn path=/branches/shell-experiments/; revision=62334
This commit is contained in:
parent
58931088c3
commit
8b06cd6325
10 changed files with 234 additions and 245 deletions
|
@ -13,7 +13,7 @@ void WrapLogOpen()
|
|||
{
|
||||
if (openCount == 0)
|
||||
{
|
||||
log = fopen("RShellWrap.log", "w");
|
||||
log = fopen("\\RShellWrap.log", "w");
|
||||
nTemps = 0;
|
||||
callLevel = 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue