Searched refs:CheckWindowOptionalNeed (Results 1 – 9 of 9) sorted by relevance
206 extern _X_EXPORT void CheckWindowOptionalNeed(WindowPtr /*w */ );
382 CheckWindowOptionalNeed(pWin); in DeleteProperty()552 CheckWindowOptionalNeed(pWin); in ProcGetProperty()
1476 CheckWindowOptionalNeed(pChild); in ChangeWindowAttributes()1554 CheckWindowOptionalNeed(pChild); in ChangeWindowAttributes()1579 CheckWindowOptionalNeed(pWin); in ChangeWindowAttributes()2597 CheckWindowOptionalNeed(pWin); in ReparentWindow()3350 CheckWindowOptionalNeed(WindowPtr w) in CheckWindowOptionalNeed() function
331 CheckWindowOptionalNeed(pGrab->window); in DeletePassiveGrab()
471 CheckWindowOptionalNeed(pwin); in TellNoMap()
4398 CheckWindowOptionalNeed(pWin); in OtherClientGone()
529 CheckWindowOptionalNeed(pWin); in CreateSaverWindow()
2599 CheckWindowOptionalNeed(pWin); in InputClientGone()
123295 CheckWindowOptionalNeed: Ensure w->optional is set to avoid SEGFAULT123297 If CheckWindowOptionalNeed is called consecutively (and the first removes optional), then123299 pScreen->ReparentWindow which can DeleteProperty which will CheckWindowOptionalNeed... then