Open psychon opened 4 years ago
I think I had added that thinking of https://github.com/psychon/x11rb/issues/369. For example, if ClientMessageData
gets replaced by a switch, that switch needs to be handled as a fixed size type because it is inside a non-GE event.
As far as I can see, there is no fixed size switch anywhere. Put differently, the following patch causes no problems (well, some compiler warnings, but that's it):
I'm not quite sure what to do with this knowledge. Remove the dead code from the code generator?