Find a file
Uli Schlachter 8f230431a6 static_extension_info_t: Use uint8_t again were possible
The previous commit changed these fields into uint16_t since xproto tries to
assign value 256 here. However, this isn't actually necessary, so this commit
reverts that and instead makes the code generator emit a 0 here, since this
value isn't used anyway.

Signed-off-by: Uli Schlachter <psychon@znc.in>
2015-03-24 21:23:35 +01:00
src static_extension_info_t: Use uint8_t again were possible 2015-03-24 21:23:35 +01:00
.gitignore Implement a working code generator 2015-03-24 21:18:53 +01:00
Makefile Implement a working code generator 2015-03-24 21:18:53 +01:00