mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 01:34:11 +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);
|
||||
WindowPtr pWin;
|
||||
DDXPointRec oldpt;
|
||||
xPoint oldpt;
|
||||
RegionPtr oldRegion;
|
||||
|
||||
</programlisting></blockquote>
|
||||
|
||||
Reference in New Issue
Block a user