(svn r9051) -Codechange: typedef [enum|struct] Y {} X; -> [enum|struct] X {};
This commit is contained in:
@@ -665,9 +665,9 @@ Window *AllocateWindow(
|
||||
return LocalAllocateWindow(x, y, width, height, proc, cls, widget, 0);
|
||||
}
|
||||
|
||||
typedef struct SizeRect {
|
||||
struct SizeRect {
|
||||
int left,top,width,height;
|
||||
} SizeRect;
|
||||
};
|
||||
|
||||
|
||||
static SizeRect _awap_r;
|
||||
|
Reference in New Issue
Block a user