aboutsummaryrefslogtreecommitdiff
path: root/X11/Xmu/Xmu.h
diff options
context:
space:
mode:
Diffstat (limited to 'X11/Xmu/Xmu.h')
-rw-r--r--X11/Xmu/Xmu.h8
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)