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

@ -21,7 +21,7 @@
#include "render/pixel_format.h"
#include "drm-client-protocol.h"
#include "linux-dmabuf-unstable-v1-client-protocol.h"
#include "linux-dmabuf-v1-client-protocol.h"
#include "pointer-gestures-unstable-v1-client-protocol.h"
#include "presentation-time-client-protocol.h"
#include "xdg-activation-v1-client-protocol.h"

View file

@ -14,7 +14,7 @@ wlr_files += files(
client_protos = [
'drm',
'linux-dmabuf-unstable-v1',
'linux-dmabuf-v1',
'pointer-gestures-unstable-v1',
'presentation-time',
'relative-pointer-unstable-v1',

View file

@ -20,7 +20,7 @@
#include "render/wlr_renderer.h"
#include "types/wlr_output.h"
#include "linux-dmabuf-unstable-v1-client-protocol.h"
#include "linux-dmabuf-v1-client-protocol.h"
#include "presentation-time-client-protocol.h"
#include "viewporter-client-protocol.h"
#include "xdg-activation-v1-client-protocol.h"