mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
[EXPLORER]: Minor style changes only.
svn path=/trunk/; revision=71534
This commit is contained in:
parent
119d9c8f0b
commit
1cfa76b438
1 changed files with 5 additions and 6 deletions
|
@ -1361,9 +1361,9 @@ ChangePos:
|
|||
|
||||
if (m_TrayNotify != NULL &&
|
||||
SendMessage(m_TrayNotify,
|
||||
TNWM_GETMINIMUMSIZE,
|
||||
(WPARAM) Horizontal,
|
||||
(LPARAM) &TraySize))
|
||||
TNWM_GETMINIMUMSIZE,
|
||||
(WPARAM)Horizontal,
|
||||
(LPARAM)&TraySize))
|
||||
{
|
||||
/* Move the tray notification window to the desired location */
|
||||
if (Horizontal)
|
||||
|
@ -1542,7 +1542,7 @@ ChangePos:
|
|||
/* Align all controls on the tray window */
|
||||
AlignControls(NULL);
|
||||
|
||||
InitShellServices(&(m_ShellServices));
|
||||
InitShellServices(&m_ShellServices);
|
||||
|
||||
if (AutoHide)
|
||||
{
|
||||
|
@ -1625,8 +1625,7 @@ ChangePos:
|
|||
(m_DesktopWnd != NULL && m_hWnd == m_DesktopWnd));
|
||||
}
|
||||
|
||||
BOOL STDMETHODCALLTYPE
|
||||
IsHorizontal()
|
||||
BOOL STDMETHODCALLTYPE IsHorizontal()
|
||||
{
|
||||
return IsPosHorizontal();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue