mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 03:44:06 +00:00
Xext: 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
04e45edf6c
commit
107b55d772
@@ -111,8 +111,8 @@ static DevPrivateKeyRec PanoramiXGCKeyRec;
|
||||
static DevPrivateKeyRec PanoramiXScreenKeyRec;
|
||||
|
||||
typedef struct {
|
||||
DDXPointRec clipOrg;
|
||||
DDXPointRec patOrg;
|
||||
xPoint clipOrg;
|
||||
xPoint patOrg;
|
||||
const GCFuncs *wrapFuncs;
|
||||
} PanoramiXGCRec, *PanoramiXGCPtr;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user