commit | 496ca17a77d18be94af87a97a9f7bd6b4cb1d030 | [log] [tgz] |
---|---|---|
author | Daniel Stone <daniel@fooishbar.org> | Wed May 30 16:31:42 2012 +0100 |
committer | Kristian Høgsberg <krh@bitplanet.net> | Thu May 31 15:28:23 2012 -0400 |
tree | 00c2d195fd17cd16c00788cddc3acc0fc84cd528 | |
parent | 351eb61fbcb32227c8fcbac3123f9d3ca185d58a [diff] [blame] |
Convert Weston modifier #defines to an enum To avoid any possible collision between the disparate XKB and Weston modifier namespaces. Signed-off-by: Daniel Stone <daniel@fooishbar.org>
diff --git a/src/shell.c b/src/shell.c index 4d11ba4..fcac599 100644 --- a/src/shell.c +++ b/src/shell.c
@@ -242,7 +242,7 @@ center_on_output(struct weston_surface *surface, struct weston_output *output); -static uint32_t +static enum weston_keyboard_modifier get_modifier(char *modifier) { if (!modifier)