My KWIN fork where I work on features like per-output virtual desktops
Find a file
Martin Gräßlin bfbc8b9c54 [tools/generator] Generate enum FooInterfaceVersion on server side
With this change the generator is able to detect whether an interface
follows the unstable semantics. In that case the header file on server
side looks different. An enum needs to be generated containing the
interface version. Each of the generated classes has a new method
interfaceVersion returning that enum. The ctor of the class is protected
instead of private.

So far only the header side is adjusted. The implementation currently
generates not matching code.
2016-11-10 08:25:45 +01:00
src/wayland [tools/generator] Generate enum FooInterfaceVersion on server side 2016-11-10 08:25:45 +01:00