Re: [PATCH] wayland-server: Version check requests

2013-05-24 Thread Alexander Larsson
On tor, 2013-05-23 at 15:58 -0500, Jason Ekstrand wrote: > > On Thu, May 23, 2013 at 3:20 PM, wrote: > From: Alexander Larsson > > If an interface has any messages and its version is larger > than 1 > then we emit a method counts array which lists the num

Re: [PATCH] wayland-server: Version check requests

2013-05-23 Thread Jason Ekstrand
On Thu, May 23, 2013 at 3:20 PM, wrote: > From: Alexander Larsson > > If an interface has any messages and its version is larger than 1 > then we emit a method counts array which lists the number of methods > for each version of the interface. This can be used in addition > to the normal method_

[PATCH] wayland-server: Version check requests

2013-05-23 Thread alexl
From: Alexander Larsson If an interface has any messages and its version is larger than 1 then we emit a method counts array which lists the number of methods for each version of the interface. This can be used in addition to the normal method_count to reject requests that the server doesn't supp