#include "precomp.h"
Go to the source code of this file.
Functions | |
BOOL | IsVSlick (PWND pwnd) |
BOOL | Is31TrayWindow (PWND pwnd) |
BOOL | IsTrayWindow (PWND pwnd) |
void | xxxSetTrayWindow (PDESKTOP pdesk, PWND pwnd, PMONITOR pMonitor) |
BOOL | xxxAddFullScreen (PWND pwnd, PMONITOR pMonitor) |
BOOL | xxxRemoveFullScreen (PWND pwnd, PMONITOR pMonitor) |
|
Definition at line 40 of file winloop2.c. References BOOL, FALSE, FHas31TrayStyles, IsVSlick(), tagWND::spwndOwner, TestWF, TRUE, and WEFTOOLWINDOW. Referenced by IsTrayWindow(), and xxxUpdateTray().
|
|
Definition at line 62 of file winloop2.c. References BOOL, FALSE, FCallHookTray, FDoTray, FHas31TrayStyles, FPostTray, FTopLevel, tagWND::head, Is31TrayWindow(), NULL, tagWND::spwndOwner, TestWF, TRUE, WEFAPPWINDOW, WEFNOACTIVATE, WEFTOOLWINDOW, and WFWIN40COMPAT. Referenced by ParkIcon(), xxxArrangeIconicWindows(), xxxCalcValidRects(), xxxDestroyWindow(), xxxFlashWindow(), xxxHandleOwnerSwitch(), xxxMinMaximize(), xxxMNPositionHierarchy(), xxxRedrawFrameAndHook(), xxxRedrawTitle(), xxxSetForegroundWindow(), xxxSetSysMenu(), xxxUpdateTray(), and zzzChangeStates().
|
|
Definition at line 17 of file winloop2.c. References BOOL, tagDISPLAYINFO::cMonitors, FALSE, gpDispInfo, tagDISPLAYINFO::rcScreen, tagWND::rcWindow, and TRUE. Referenced by Is31TrayWindow().
|
|
Definition at line 151 of file winloop2.c. References BOOL, tagMONITOR::cFullScreen, CheckLock, FALSE, FCallTray, tagWND::head, NULL, tagWND::rcWindow, SetWF, tagWND::spwndOwner, STW_SAME, TestWF, ThreadLock, ThreadUnlock, TRUE, WFCHILD, WFFULLSCREEN, WFVISIBLE, and xxxSetTrayWindow(). Referenced by xxxCheckFullScreen().
|
|
Definition at line 205 of file winloop2.c. References BOOL, tagMONITOR::cFullScreen, CheckLock, ClrWF, FALSE, FCallTray, tagWND::head, NULL, STW_SAME, TestWF, TRUE, WFFULLSCREEN, and xxxSetTrayWindow(). Referenced by xxxCheckFullScreen(), and xxxFreeWindow().
|
|
Definition at line 100 of file winloop2.c. References _MonitorFromWindow(), tagMONITOR::cFullScreen, CheckLock, FCallHookTray, FPostTray, GetPrimaryMonitor(), Lock, PostShellHookMessages(), PtoH, tagDESKTOP::spwndTray, STW_SAME, and xxxCallHook(). Referenced by xxxAddFullScreen(), xxxEndDeferWindowPosEx(), xxxRemoveFullScreen(), and xxxUpdateTray().
|