Stop using MIN macros when choosing versions for wayland resources
authorDerek Foreman <derekf@osg.samsung.com>
Fri, 27 Nov 2015 01:12:47 +0000 (20:12 -0500)
committerMike Blumenkrantz <zmike@osg.samsung.com>
Fri, 27 Nov 2015 01:12:47 +0000 (20:12 -0500)
commit81ff082e0d762f3d16f5e2cafd2717456d30c872
tree25c3ae08678e9762c5f32eba62381bb92eb3945f
parent9365129a5aa464e31ca308a59fe59d8d26bb658a
Stop using MIN macros when choosing versions for wayland resources

Summary:
libwayland-server.so will post an error if the requested version
is higher than the supported one anyway, so there's no point in
doing this.

Using MIN() to pick versions is a client side idiom.

 #kansas

Reviewers: zmike, devilhorns

Subscribers: cedric

Differential Revision: https://phab.enlightenment.org/D3385
src/bin/e_comp_wl.c
src/bin/e_comp_wl_input.c
src/modules/wl_desktop_shell/e_mod_main.c