[Re: [PATCH] Weston: window.c: Frame buttons]
Martin Minarik
minarik11 at student.fiit.stuba.sk
Fri May 4 05:55:53 PDT 2012
> +static int
> +framebutton_enter_handler(struct widget *widget,
> + struct input *input, uint32_t time,
> + int32_t x, int32_t y, void *data)
> +{
I've just noticed,
This should be (since commit eae5de76090e18f7a4c2f654cfd94307fc2dbdd8 )
static int
framebutton_enter_handler(struct widget *widget,
struct input *input, int32_t x, int32_t y, void *data)
{
More information about the wayland-devel
mailing list