On Thu, 19 May 2016 20:31:16 -0600
Yong Bakos wrote:
> From: Yong Bakos
>
> wayland-client-protocol.h had forward declarations for wl_client and
> wl_resource, yet nothing on the client side references these types.
>
> Add a 'side' condition to only generate these forward declarations in the
>
From: Yong Bakos
wayland-client-protocol.h had forward declarations for wl_client and
wl_resource, yet nothing on the client side references these types.
Add a 'side' condition to only generate these forward declarations in the
server protocol header.
Signed-off-by: Yong Bakos
---
src/scanner