Re: [RFC wayland v1 1/1] private, server: Make define consistent, reorder include

2016-06-07 Thread Pekka Paalanen
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

[RFC wayland v1 1/1] private, server: Make define consistent, reorder include

2016-05-23 Thread Yong Bakos
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