Time to break a bad habit.
@ -32,6 +32,8 @@
#include <wayland-client.h>
#include "../shared/os-compatibility.h"
#define ARRAY_LENGTH(a) (sizeof (a) / sizeof (a)[0])
struct touch {
struct wl_display *display;
struct wl_registry *registry;
@ -28,6 +28,8 @@
#include <cairo.h>
#include "../shared/config-parser.h"
struct window;
struct widget;
struct display;
@ -37,6 +37,7 @@
#include "weston-egl-ext.h"
struct weston_transform {
struct weston_matrix matrix;