diff options
author | Austin Shafer <ashafer@badland.io> | 2021-11-30 15:00:29 -0500 |
---|---|---|
committer | Olivier Fourdan <fourdan@gmail.com> | 2022-05-25 06:31:56 +0000 |
commit | 74255ccfd895e70156c45a2c51174c852b64bc71 (patch) | |
tree | 1512795bcee1d113b7884b3e19322b69d1d98543 /dri3proto.pc.in | |
parent | 8c8bbb903410e39140727867a26bbe501f77de8f (diff) |
DRI3: Add DRI3SetDRMDeviceInUse
DRI3SetDRMDeviceInUse is a hint that lets a client tell the server
what DRM device it is currently using. This lets the server make
more informed decisions for what modifiers to return to the client.
This is needed for proper linux dmabuf feedback with Xwayland
Diffstat (limited to 'dri3proto.pc.in')
-rw-r--r-- | dri3proto.pc.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dri3proto.pc.in b/dri3proto.pc.in index 209c2be..7725bc5 100644 --- a/dri3proto.pc.in +++ b/dri3proto.pc.in @@ -3,5 +3,5 @@ includedir=@includedir@ Name: DRI3Proto Description: DRI3 extension headers -Version: 1.2 +Version: 1.3 Cflags: -I${includedir} |