x11: Add a Keymap ancillary object
authorEmmanuele Bassi <ebassi@linux.intel.com>
Mon, 12 Jul 2010 16:11:30 +0000 (17:11 +0100)
committerEmmanuele Bassi <ebassi@linux.intel.com>
Tue, 13 Jul 2010 07:27:48 +0000 (08:27 +0100)
commitbea657d3d5e7306c10b245d5cf348e80e0084719
treeb88540c51e50943418d6a7555460c9900991be85
parentd345a61e6c017af594a4d9624a861035be4dd592
x11: Add a Keymap ancillary object

We should try to abstract everything that is related with the key mapping
to its own object, to avoid complicating ClutterBackendX11 any further.
clutter/x11/Makefile.am
clutter/x11/clutter-backend-x11.c
clutter/x11/clutter-backend-x11.h
clutter/x11/clutter-event-x11.c
clutter/x11/clutter-keymap-x11.c [new file with mode: 0644]
clutter/x11/clutter-keymap-x11.h [new file with mode: 0644]