Home
last modified time | relevance | path

Searched refs:CheckWindowOptionalNeed (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/external/xserver/include/
H A Dwindow.h206 extern _X_EXPORT void CheckWindowOptionalNeed(WindowPtr /*w */ );
/OK3568_Linux_fs/external/xserver/dix/
H A Dproperty.c382 CheckWindowOptionalNeed(pWin); in DeleteProperty()
552 CheckWindowOptionalNeed(pWin); in ProcGetProperty()
H A Dwindow.c1476 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
H A Dgrabs.c331 CheckWindowOptionalNeed(pGrab->window); in DeletePassiveGrab()
H A Dcolormap.c471 CheckWindowOptionalNeed(pwin); in TellNoMap()
H A Devents.c4398 CheckWindowOptionalNeed(pWin); in OtherClientGone()
/OK3568_Linux_fs/external/xserver/Xext/
H A Dsaver.c529 CheckWindowOptionalNeed(pWin); in CreateSaverWindow()
/OK3568_Linux_fs/external/xserver/Xi/
H A Dexevents.c2599 CheckWindowOptionalNeed(pWin); in InputClientGone()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog123295 CheckWindowOptionalNeed: Ensure w->optional is set to avoid SEGFAULT
123297 If CheckWindowOptionalNeed is called consecutively (and the first removes optional), then
123299 pScreen->ReparentWindow which can DeleteProperty which will CheckWindowOptionalNeed... then