wldisplay: Don't compare a guint with < 0
authorSebastian Dröge <sebastian@centricular.com>
Wed, 23 Nov 2016 16:45:42 +0000 (18:45 +0200)
committerSebastian Dröge <sebastian@centricular.com>
Wed, 23 Nov 2016 16:45:42 +0000 (18:45 +0200)
commit95ed2cf6873adfca74ffdf3fa9c506daccd3c23f
tree364c5c35e7f90c3fc4df67f19930c37cd1d8e91b
parent0acb3d87bbe82e3dd034c2e395b61b43c644227d
wldisplay: Don't compare a guint with < 0

-1 is the "invalid" value, compare to it directly.

CID 1394490.
ext/wayland/wldisplay.c