mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 03:44:06 +00:00
include: 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
92604954f8
commit
294d91e409
@@ -271,8 +271,8 @@ typedef struct _GC {
|
|||||||
*/
|
*/
|
||||||
PixUnion tile;
|
PixUnion tile;
|
||||||
PixmapPtr stipple;
|
PixmapPtr stipple;
|
||||||
DDXPointRec patOrg; /* origin for (tile, stipple) */
|
xPoint patOrg; /* origin for (tile, stipple) */
|
||||||
DDXPointRec clipOrg;
|
xPoint clipOrg;
|
||||||
struct _Font *font;
|
struct _Font *font;
|
||||||
RegionPtr clientClip;
|
RegionPtr clientClip;
|
||||||
unsigned int stateChanges; /* masked with GC_<kind> */
|
unsigned int stateChanges; /* masked with GC_<kind> */
|
||||||
|
|||||||
@@ -168,7 +168,7 @@ typedef void (*PaintWindowProcPtr) (WindowPtr /*pWindow*/,
|
|||||||
int /*what*/);
|
int /*what*/);
|
||||||
|
|
||||||
typedef void (*CopyWindowProcPtr) (WindowPtr /*pWindow */ ,
|
typedef void (*CopyWindowProcPtr) (WindowPtr /*pWindow */ ,
|
||||||
DDXPointRec /*ptOldOrg */ ,
|
xPoint /*ptOldOrg */ ,
|
||||||
RegionPtr /*prgnSrc */ );
|
RegionPtr /*prgnSrc */ );
|
||||||
|
|
||||||
typedef void (*ClearToBackgroundProcPtr) (WindowPtr /*pWindow */ ,
|
typedef void (*ClearToBackgroundProcPtr) (WindowPtr /*pWindow */ ,
|
||||||
|
|||||||
@@ -127,7 +127,7 @@ typedef struct _Window {
|
|||||||
union _Validate *valdata;
|
union _Validate *valdata;
|
||||||
RegionRec winSize;
|
RegionRec winSize;
|
||||||
RegionRec borderSize;
|
RegionRec borderSize;
|
||||||
DDXPointRec origin; /* position relative to parent */
|
xPoint origin; /* position relative to parent */
|
||||||
unsigned short borderWidth;
|
unsigned short borderWidth;
|
||||||
unsigned short deliverableEvents; /* all masks from all clients */
|
unsigned short deliverableEvents; /* all masks from all clients */
|
||||||
Mask eventMask; /* mask from the creating client */
|
Mask eventMask; /* mask from the creating client */
|
||||||
|
|||||||
Reference in New Issue
Block a user