Commit dba85007 authored by Mike Gabriel's avatar Mike Gabriel

nxcompshad/src/Regions.h: Avoid warning: ‘typedef’ was ignored in this…

nxcompshad/src/Regions.h: Avoid warning: ‘typedef’ was ignored in this declaration. Drop typedef declaration from _XRegion struct.
parent 76b48676
......@@ -33,7 +33,7 @@ typedef struct {
short x1, x2, y1, y2;
} Box, BOX, BoxRec, *BoxPtr;
typedef struct _XRegion {
struct _XRegion {
long size;
long numRects;
BOX *rects;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment