OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pFirstChange
(Results
1 - 6
of
6
) sorted by relevancy
/xsrc/external/mit/xorg-server/dist/mi/
miwindow.c
355
WindowPtr
pFirstChange
;
449
pFirstChange
= MoveWindowInStack(pWin, pSib);
455
anyMarked |= (*pScreen->MarkOverlappedWindows) (pWin,
pFirstChange
,
467
(*pScreen->ValidateTree) (pLayerWin->parent,
pFirstChange
, VTOther);
615
(*pScreen->PostValidateTree) (pLayerWin->parent,
pFirstChange
,
mioverlay.c
1078
WindowPtr
pFirstChange
;
1202
pFirstChange
= MoveWindowInStack(pWin, pSib);
1207
(*pScreen->MarkOverlappedWindows) (pWin,
pFirstChange
, NULL);
1214
(*pScreen->ValidateTree) (pWin->parent,
pFirstChange
, VTOther);
1425
(*pScreen->PostValidateTree) (pWin->parent,
pFirstChange
, VTOther);
/xsrc/external/mit/xorg-server.old/dist/mi/
miwindow.c
379
WindowPtr
pFirstChange
;
484
pFirstChange
= MoveWindowInStack(pWin, pSib);
491
anyMarked |= (*pScreen->MarkOverlappedWindows)(pWin,
pFirstChange
,
505
(*pScreen->ValidateTree)(pLayerWin->parent,
pFirstChange
, VTOther);
666
(*pScreen->PostValidateTree)(pLayerWin->parent,
pFirstChange
,
mioverlay.c
1126
WindowPtr
pFirstChange
;
1257
pFirstChange
= MoveWindowInStack(pWin, pSib);
1262
(*pScreen->MarkOverlappedWindows)(pWin,
pFirstChange
, NULL);
1270
(*pScreen->ValidateTree)(pWin->parent,
pFirstChange
, VTOther);
1489
(*pScreen->PostValidateTree)(pWin->parent,
pFirstChange
, VTOther);
/xsrc/external/mit/xorg-server/dist/dix/
window.c
1635
WindowPtr
pFirstChange
= pWin; /* highest window where list changes */
1646
pFirstChange
= pWin->nextSib;
1656
pFirstChange
= pWin;
1672
pFirstChange
= NullWindow;
1674
pFirstChange
= pParent->firstChild = pWin->nextSib;
1676
pFirstChange
= pWin;
1688
if (!
pFirstChange
) { /* do we know it yet? */
1689
pFirstChange
= pParent->firstChild; /* no, search from top */
1690
while ((
pFirstChange
!= pWin) && (
pFirstChange
!= pOldNext)
[
all
...]
/xsrc/external/mit/xorg-server.old/dist/dix/
window.c
1509
WindowPtr
pFirstChange
= pWin; /* highest window where list changes */
1522
pFirstChange
= pWin->nextSib;
1533
pFirstChange
= pWin;
1549
pFirstChange
= NullWindow;
1551
pFirstChange
= pParent->firstChild = pWin->nextSib;
1553
pFirstChange
= pWin;
1565
if (!
pFirstChange
) { /* do we know it yet? */
1566
pFirstChange
= pParent->firstChild; /* no, search from top */
1567
while ((
pFirstChange
!= pWin) && (
pFirstChange
!= pOldNext)
[
all
...]
Completed in 14 milliseconds
Indexes created Sun Jul 05 00:25:41 UTC 2026