diff options
author | Mike Blumenkrantz <zmike@osg.samsung.com> | 2017-06-16 15:03:09 -0400 |
---|---|---|
committer | Mike Blumenkrantz <zmike@osg.samsung.com> | 2017-06-16 12:23:08 -0400 |
commit | ad0aae8f8d8bb1b13ea68ba2103b9e8f4608a2f0 (patch) | |
tree | 95d8273ba71b2ef46fd7b6aa42eae6d1734fa324 /src/lib/elput/elput_private.h | |
parent | cad9d8fb55472830c9a981fa5a65fe8555caa1a3 (diff) |
elput: remove keymap mmap+event
this was originally intended to allow some code to be moved out of the
compositor, but the idea turned out to be unfeasible since multiple
display backends need to be supported and not all related components
will provide similar functionality
Diffstat (limited to '')
-rw-r--r-- | src/lib/elput/elput_private.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/lib/elput/elput_private.h b/src/lib/elput/elput_private.h index 6b253d2fae..54ef2c2ba0 100644 --- a/src/lib/elput/elput_private.h +++ b/src/lib/elput/elput_private.h | |||
@@ -92,9 +92,6 @@ typedef struct _Elput_Keyboard_Info | |||
92 | 92 | ||
93 | struct | 93 | struct |
94 | { | 94 | { |
95 | int fd; | ||
96 | size_t size; | ||
97 | char *area; | ||
98 | struct xkb_keymap *map; | 95 | struct xkb_keymap *map; |
99 | } keymap; | 96 | } keymap; |
100 | 97 | ||