test-client.c: Replace hard-coded magic value
authorDaniel Stone <daniel@fooishbar.org>
Wed, 30 May 2012 15:31:50 +0000 (16:31 +0100)
committerKristian Høgsberg <krh@bitplanet.net>
Thu, 31 May 2012 19:42:25 +0000 (15:42 -0400)
commit11d7139989860a1405124b889db2fbad087a5a09
tree90690a80dacf8f7341f25d526a82028aa409c9e7
parent7bbd5b333567430ff06e9ceed20576291406011f
test-client.c: Replace hard-coded magic value

Took me a second to work out that the 272 was actually BTN_LEFT, as keys
and buttons share a namespace in evdev.

Signed-off-by: Daniel Stone <daniel@fooishbar.org>
tests/test-client.c