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