mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 03:44:06 +00:00
render: 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
56b683cd4e
commit
467ab020ab
@@ -139,9 +139,9 @@ typedef struct _Picture {
|
||||
PicturePtr pNext; /* chain on same drawable */
|
||||
|
||||
PicturePtr alphaMap;
|
||||
DDXPointRec alphaOrigin;
|
||||
xPoint alphaOrigin;
|
||||
|
||||
DDXPointRec clipOrigin;
|
||||
xPoint clipOrigin;
|
||||
RegionPtr clientClip;
|
||||
|
||||
unsigned long serialNumber;
|
||||
|
||||
Reference in New Issue
Block a user