Lines Matching defs:pScreenPriv
44 winInitNotifyIcon (winPrivScreenPtr pScreenPriv)
46 winScreenInfo *pScreenInfo = pScreenPriv->pScreenInfo;
50 nid.hWnd = pScreenPriv->hwndScreen;
57 pScreenPriv->hiconNotifyIcon = nid.hIcon;
77 winDeleteNotifyIcon (winPrivScreenPtr pScreenPriv)
79 winScreenInfo *pScreenInfo = pScreenPriv->pScreenInfo;
87 nid.hWnd = pScreenPriv->hwndScreen;
98 if (pScreenPriv->hiconNotifyIcon != NULL
99 && DestroyIcon (pScreenPriv->hiconNotifyIcon) == 0)
103 pScreenPriv->hiconNotifyIcon = NULL;
114 winPrivScreenPtr pScreenPriv)
117 winScreenInfo *pScreenInfo = pScreenPriv->pScreenInfo;
134 winDisplayExitDialog (pScreenPriv);
169 if (pScreenPriv->fRootWindowShown)