mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-29 05:40:12 -04:00
linux-dmabuf-v1: switch to stable
The protocol is no longer unstable.
This commit is contained in:
parent
ba3c1ae065
commit
6991f03767
6 changed files with 8 additions and 8 deletions
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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',
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue