simple-im: Use the appropriate enum names to xkb calls
authorBryce Harrington <bryce@osg.samsung.com>
Tue, 11 Oct 2016 23:17:39 +0000 (16:17 -0700)
committerBryce Harrington <bryce@osg.samsung.com>
Wed, 12 Oct 2016 21:03:08 +0000 (14:03 -0700)
commit4c66a9031ceface1d53020d4b6b2b439bfb59207
tree3c60836a2b3881bf7e7147f2b3c67667438f994e
parent8224171c2217e863e49251e6ccce52c74806de7c
simple-im: Use the appropriate enum names to xkb calls

XKB_KEYMAP_COMPILE_NO_FLAGS and XKB_CONTEXT_NO_FLAGS are both defined as
0 so no functional change here, just improved code clarity.

Signed-off-by: Bryce Harrington <bryce@osg.samsung.com>
Reviewed-by: Jan Arne Petersen <janarne@gmail.com>
clients/weston-simple-im.c