On Mon, 23 May 2016 19:54:05 -0600
Yong Bakos wrote:
> From: Yong Bakos
>
> wayland-private.h defines WL_HIDE_DEPRECATED with a token-string, which
> is unnecessary. Remove the token-string from the define.
>
> wayland-server.h includes wayland-server-protocol.h at the end of the file,
> after
From: Yong Bakos
wayland-private.h defines WL_HIDE_DEPRECATED with a token-string, which
is unnecessary. Remove the token-string from the define.
wayland-server.h includes wayland-server-protocol.h at the end of the file,
after the ifndef WL_HIDE_DEPRECATED block, but it is not necessary for the