diff options
author | emersion <contact@emersion.fr> | 2018-05-17 09:30:10 +0100 |
---|---|---|
committer | emersion <contact@emersion.fr> | 2018-05-17 09:30:10 +0100 |
commit | c74f5b11382112f28adad886ad993c77276b9208 (patch) | |
tree | 759efe04ad06c9cdc4a2eb2965beb456b4726ef7 | |
parent | ec6e56a31488691e1895af72cab419d7163eedab (diff) |
xdg-output: bump output manager version to 2
-rw-r--r-- | types/wlr_xdg_output.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/types/wlr_xdg_output.c b/types/wlr_xdg_output.c index 282968ab..10155003 100644 --- a/types/wlr_xdg_output.c +++ b/types/wlr_xdg_output.c @@ -7,7 +7,7 @@ #include <wlr/util/log.h> #include "xdg-output-unstable-v1-protocol.h" -#define OUTPUT_MANAGER_VERSION 1 +#define OUTPUT_MANAGER_VERSION 2 static void output_handle_destroy(struct wl_client *client, struct wl_resource *resource) { |