From: Jamey Sharp Date: Sat, 7 Oct 2006 08:27:03 +0000 (-0700) Subject: Declare "struct foo" or "enum foo" as well as the typedef'd name "foo". X-Git-Url: http://git.demorecorder.com/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dd5ece606587d3e41058df803ab1804654195bbb;p=free-sw%2Fxcb%2Flibxcb Declare "struct foo" or "enum foo" as well as the typedef'd name "foo". --- diff --git a/src/c-client.xsl b/src/c-client.xsl index 9fd9ccc..406e9b6 100644 --- a/src/c-client.xsl +++ b/src/c-client.xsl @@ -1077,6 +1077,8 @@ authorization from the authors. typedef struct + + { @@ -1097,7 +1099,9 @@ authorization from the authors. - typedef enum { + typedef enum + + { ,