diff options
author | marha <marha@users.sourceforge.net> | 2011-12-23 15:22:40 +0100 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2011-12-23 15:22:40 +0100 |
commit | d1d04c7bd3f1465b7bb6690022d086c6bb005b70 (patch) | |
tree | 058884f2af1a2994f07d887c88bfdea63cc47703 /X11/Xmu/Xmu.h | |
parent | 52b728b4b397d26f8841848ee921950e083991d0 (diff) | |
download | vcxsrv-d1d04c7bd3f1465b7bb6690022d086c6bb005b70.tar.gz vcxsrv-d1d04c7bd3f1465b7bb6690022d086c6bb005b70.tar.bz2 vcxsrv-d1d04c7bd3f1465b7bb6690022d086c6bb005b70.zip |
Synchronised files
Diffstat (limited to 'X11/Xmu/Xmu.h')
-rw-r--r-- | X11/Xmu/Xmu.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/X11/Xmu/Xmu.h b/X11/Xmu/Xmu.h index 8ab9d7913..7bcc1aa1a 100644 --- a/X11/Xmu/Xmu.h +++ b/X11/Xmu/Xmu.h @@ -1,4 +1,4 @@ -/*
+/*
Copyright 1988, 1998 The Open Group
@@ -49,14 +49,14 @@ typedef struct _XmuSegment { struct _XmuSegment *next;
} XmuSegment;
-typedef struct _XmuScanline {
+typedef struct _XmuScanline {
int y;
XmuSegment *segment;
struct _XmuScanline *next;
} XmuScanline;
-
+
typedef struct _XmuArea {
- XmuScanline *scanline;
+ XmuScanline *scanline;
} XmuArea;
#define XmuCreateArea() XmuNewArea(0, 0, 0, 0)
|