diff options
-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) { |