diff options
| -rw-r--r-- | .gitignore | 2 | ||||
| -rw-r--r-- | makefile | 2 | ||||
| -rw-r--r-- | window.c | 2 | 
3 files changed, 3 insertions, 3 deletions
| @@ -2,7 +2,7 @@  .clang-format  compile_commands.json  compile_flags.txt -linux-dmabuf-unstable-v1.h +linux-dmabuf-v1.h  pointer-constraints-unstable-v1.h  receiver  relative-pointer-unstable-v1.h @@ -21,7 +21,7 @@ protocols_dir:=\  protocols:=\  	viewporter \ -	linux-dmabuf-unstable-v1 \ +	linux-dmabuf-v1 \  	pointer-constraints-unstable-v1 \  	relative-pointer-unstable-v1 \  	xdg-shell @@ -30,7 +30,7 @@  #include <wayland-client.h>  #include "frame.h" -#include "linux-dmabuf-unstable-v1.h" +#include "linux-dmabuf-v1.h"  #include "pointer-constraints-unstable-v1.h"  #include "relative-pointer-unstable-v1.h"  #include "toolbox/utils.h" | 
