My KWIN fork where I work on features like per-output virtual desktops
Find a file
Vlad Zahorodnii e3e05d291a Use global static variables to store protocol version
s_version is used only to initialize a global so there is no point for
storing protocol version in a static member field and use funky syntax
in the cpp file to initialize it. This change also simplifies the code.
2020-10-02 16:47:19 +00:00
src/wayland Use global static variables to store protocol version 2020-10-02 16:47:19 +00:00