swc

Unnamed repository; edit this file 'description' to name the repository.
git clone git://git.nihaljere.xyz/swc
Log | Files | Refs | README | LICENSE

commit b261193c25384555fe653931a6979fa0cbf67439
parent e0d38d5879663e5b7d776badd3de82b3558a2d35
Author: Michael Forney <mforney@mforney.org>
Date:   Fri, 13 Sep 2013 20:58:02 -0700

evdev_device: Use forward declaration

Diffstat:
Mlibswc/evdev_device.h | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/libswc/evdev_device.h b/libswc/evdev_device.h @@ -3,10 +3,11 @@ #include <stdbool.h> #include <linux/input.h> -#include <wayland-server.h> +#include <wayland-util.h> struct libevdev_device; struct swc_evdev_device; +struct wl_event_loop; struct swc_evdev_device_handler {