diff options
author | marha <marha@users.sourceforge.net> | 2011-09-19 13:23:24 +0200 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2011-09-19 13:23:24 +0200 |
commit | b2c925e360e2c366526de15b44603f855f94139c (patch) | |
tree | 2a963073645913b7c6d43fa04dc0aa13bda57b80 /libXmu/include/X11/Xmu/Xmu.h | |
parent | 18ae1470a8dbcfe369ddf0d7e17e0ea665251ccd (diff) | |
download | vcxsrv-b2c925e360e2c366526de15b44603f855f94139c.tar.gz vcxsrv-b2c925e360e2c366526de15b44603f855f94139c.tar.bz2 vcxsrv-b2c925e360e2c366526de15b44603f855f94139c.zip |
xtrans libX11 libXext libXdmcp libXau libXft libXinerama libXmu libfontenc
mesa git update 19 sept 2011
Diffstat (limited to 'libXmu/include/X11/Xmu/Xmu.h')
-rw-r--r-- | libXmu/include/X11/Xmu/Xmu.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libXmu/include/X11/Xmu/Xmu.h b/libXmu/include/X11/Xmu/Xmu.h index ad7948846..e49ad6fe9 100644 --- a/libXmu/include/X11/Xmu/Xmu.h +++ b/libXmu/include/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) |