linux-dmabuf-v1: switch to stable

The protocol is no longer unstable.
This commit is contained in:
Simon Ser 2023-11-26 14:37:39 +01:00
parent ba3c1ae065
commit 6991f03767
6 changed files with 8 additions and 8 deletions

View file

@ -14,7 +14,7 @@
#include <wlr/types/wlr_output_layer.h>
#include <wlr/util/log.h>
#include <xf86drm.h>
#include "linux-dmabuf-unstable-v1-protocol.h"
#include "linux-dmabuf-v1-protocol.h"
#include "render/drm_format_set.h"
#include "util/shm.h"