mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 03:44:06 +00:00
doc: 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
4a197db30d
commit
cff61f6fe6
@@ -3387,7 +3387,7 @@ The sample server implementation is in Xserver/mi/miwindow.c.</para>
|
|||||||
|
|
||||||
void pScreen->CopyWindow(pWin, oldpt, oldRegion);
|
void pScreen->CopyWindow(pWin, oldpt, oldRegion);
|
||||||
WindowPtr pWin;
|
WindowPtr pWin;
|
||||||
DDXPointRec oldpt;
|
xPoint oldpt;
|
||||||
RegionPtr oldRegion;
|
RegionPtr oldRegion;
|
||||||
|
|
||||||
</programlisting></blockquote>
|
</programlisting></blockquote>
|
||||||
|
|||||||
Reference in New Issue
Block a user