wdisplays/src
Simon Ser 5198a9c94b
Use correct versions when binding globals
Changes to protocols aren't forward-compatible. It's not possible to use
version n+1 when a client has been designed to work with version n. For
instance in wlr-screencopy v5 a new event has been added. Binding to
version 5 without upgrading the client leads to libwayland errors
because libwayland doesn't know how to handle the event.

The client needs to maintain its own version requirements.

Closes: https://github.com/cyclopsian/wdisplays/issues/18
2020-07-27 11:08:50 +02:00
..
config.h.in Create WdHeadForm class 2020-05-09 13:37:18 -04:00
glviewport.c Relicense to GPL3+, add REUSE compliance 2020-05-08 20:10:27 -04:00
glviewport.h Relicense to GPL3+, add REUSE compliance 2020-05-08 20:10:27 -04:00
headform.c Create WdHeadForm class 2020-05-09 13:37:18 -04:00
headform.h Create WdHeadForm class 2020-05-09 13:37:18 -04:00
main.c Create WdHeadForm class 2020-05-09 13:37:18 -04:00
meson.build Create WdHeadForm class 2020-05-09 13:37:18 -04:00
outputs.c Use correct versions when binding globals 2020-07-27 11:08:50 +02:00
overlay.c Relicense to GPL3+, add REUSE compliance 2020-05-08 20:10:27 -04:00
render.c Relicense to GPL3+, add REUSE compliance 2020-05-08 20:10:27 -04:00
wdisplays.h Create WdHeadForm class 2020-05-09 13:37:18 -04:00