kdrive: 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:
Enrico Weigelt, metux IT consult
2026-02-10 13:15:33 +01:00
committed by Enrico Weigelt
parent 967e18c987
commit 56b683cd4e
3 changed files with 3 additions and 3 deletions

View File

@@ -92,7 +92,7 @@ int kdSubpixelOrder;
int kdVirtualTerminal = -1;
Bool kdSwitchPending;
char *kdSwitchCmd;
DDXPointRec kdOrigin;
xPoint kdOrigin;
Bool kdHasPointer = FALSE;
Bool kdHasKbd = FALSE;
const char *kdGlobalXkbRules = NULL;

View File

@@ -103,7 +103,7 @@ typedef struct _KdScreenInfo {
Bool dumb;
Bool softCursor;
int mynum;
DDXPointRec origin;
xPoint origin;
KdFrameBuffer fb;
} KdScreenInfo;

View File

@@ -175,7 +175,7 @@ typedef struct {
DrawablePtr pDraw;
unsigned char type;
unsigned int subWindowMode;
DDXPointRec clipOrg;
xPoint clipOrg;
RegionPtr clientClip;
RegionPtr pCompositeClip;
Bool FreeCompositeClip;