mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-25 21:28:50 +00:00
composite: replace DDXPoint by xPoint
DDXPoint is just an alias to xPoint Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
committed by
Enrico Weigelt
parent
294d91e409
commit
4a197db30d
@@ -310,7 +310,7 @@ RegionPtr
|
||||
compGetRedirectBorderClip(WindowPtr pWin);
|
||||
|
||||
void
|
||||
compCopyWindow(WindowPtr pWin, DDXPointRec ptOldOrg, RegionPtr prgnSrc);
|
||||
compCopyWindow(WindowPtr pWin, xPoint ptOldOrg, RegionPtr prgnSrc);
|
||||
|
||||
void
|
||||
compPaintChildrenToWindow(WindowPtr pWin);
|
||||
|
||||
@@ -474,7 +474,7 @@ compReparentWindow(WindowPtr pWin, WindowPtr pPriorParent)
|
||||
}
|
||||
|
||||
void
|
||||
compCopyWindow(WindowPtr pWin, DDXPointRec ptOldOrg, RegionPtr prgnSrc)
|
||||
compCopyWindow(WindowPtr pWin, xPoint ptOldOrg, RegionPtr prgnSrc)
|
||||
{
|
||||
ScreenPtr pScreen = pWin->drawable.pScreen;
|
||||
CompScreenPtr cs = GetCompScreen(pScreen);
|
||||
|
||||
Reference in New Issue
Block a user