Commit 233d85c427cbb9ecc53e9bc9784ceb0bd10fb87b

Ran Benita 2012-08-06T21:31:17

types: move preserve directly into xkb_kt_map_entry Currently each xkb_key_type has a preserve array, which is only allocated if a preserve[] statement is specified in the type. In this case each map entry has an element in the array. The space savings are negligible; put this field where it logically belongs. Signed-off-by: Ran Benita <ran234@gmail.com>