Pointer events, keyboard events, frame callbacks

This commit is contained in:
2022-09-03 14:29:42 +02:00
parent 81e2592c42
commit c9265ea20c
10 changed files with 418 additions and 30 deletions

View File

@@ -5,7 +5,7 @@
#include <stdint.h>
#include <stddef.h>
#include <wayland/wayland-client.h>
#include <wayland-client.h>
#ifdef __cplusplus
extern "C" {

View File

@@ -30,7 +30,7 @@
#include <stdlib.h>
#include <stdint.h>
#include <wayland/wayland-util.h>
#include <wayland-util.h>
#ifndef __has_attribute
# define __has_attribute(x) 0 /* Compatibility with non-clang compilers. */