Lines Matching refs:pScreenPriv
46 winInitNotifyIcon(winPrivScreenPtr pScreenPriv) in winInitNotifyIcon() argument
48 winScreenInfo *pScreenInfo = pScreenPriv->pScreenInfo; in winInitNotifyIcon()
52 nid.hWnd = pScreenPriv->hwndScreen; in winInitNotifyIcon()
59 pScreenPriv->hiconNotifyIcon = nid.hIcon; in winInitNotifyIcon()
77 winDeleteNotifyIcon(winPrivScreenPtr pScreenPriv) in winDeleteNotifyIcon() argument
79 winScreenInfo *pScreenInfo = pScreenPriv->pScreenInfo; in winDeleteNotifyIcon()
87 nid.hWnd = pScreenPriv->hwndScreen; in winDeleteNotifyIcon()
97 if (pScreenPriv->hiconNotifyIcon != NULL in winDeleteNotifyIcon()
98 && DestroyIcon(pScreenPriv->hiconNotifyIcon) == 0) { in winDeleteNotifyIcon()
101 pScreenPriv->hiconNotifyIcon = NULL; in winDeleteNotifyIcon()
110 WPARAM wParam, LPARAM lParam, winPrivScreenPtr pScreenPriv) in winHandleIconMessage() argument
112 winScreenInfo *pScreenInfo = pScreenPriv->pScreenInfo; in winHandleIconMessage()
117 SetForegroundWindow (pScreenPriv->hwndScreen); in winHandleIconMessage()
127 winDisplayExitDialog(pScreenPriv); in winHandleIconMessage()
159 if (pScreenPriv->fRootWindowShown) in winHandleIconMessage()