bugfix: Fix wl_desktop_shell compiler warning for Mike
authorChris Michael <devilhorns@comcast.net>
Thu, 20 Feb 2014 17:11:56 +0000 (17:11 +0000)
committerChris Michael <devilhorns@comcast.net>
Thu, 20 Feb 2014 17:11:56 +0000 (17:11 +0000)
commitab15d6e2b4ba3a2e31bcf2a0af096f253330c447
treea3094719596cafef115b21b0aafcfaf8612d1a1b
parent4116daa3200e728fb71c5857df77b7d4a31bd827
bugfix: Fix wl_desktop_shell compiler warning for Mike

The keys array stores keys as unsigned int, so with a little bit of
casting voodoo, we can avoid the nasty compiler warning messages about
void pointers used in arithmetic.

Signed-off-by: Chris Michael <devilhorns@comcast.net>
src/modules/wl_desktop_shell/e_mod_main.c