mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
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:
committed by
Enrico Weigelt
parent
967e18c987
commit
56b683cd4e
@@ -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;
|
||||
|
||||
@@ -103,7 +103,7 @@ typedef struct _KdScreenInfo {
|
||||
Bool dumb;
|
||||
Bool softCursor;
|
||||
int mynum;
|
||||
DDXPointRec origin;
|
||||
xPoint origin;
|
||||
KdFrameBuffer fb;
|
||||
} KdScreenInfo;
|
||||
|
||||
|
||||
@@ -175,7 +175,7 @@ typedef struct {
|
||||
DrawablePtr pDraw;
|
||||
unsigned char type;
|
||||
unsigned int subWindowMode;
|
||||
DDXPointRec clipOrg;
|
||||
xPoint clipOrg;
|
||||
RegionPtr clientClip;
|
||||
RegionPtr pCompositeClip;
|
||||
Bool FreeCompositeClip;
|
||||
|
||||
Reference in New Issue
Block a user