| OLD | NEW |
| 1 /* Generated by wayland-scanner 1.11.0 */ | 1 /* Generated by wayland-scanner 1.11.0 */ |
| 2 | 2 |
| 3 /* | 3 /* |
| 4 * Copyright 2016 The Chromium Authors. | 4 * Copyright 2016 The Chromium Authors. |
| 5 * | 5 * |
| 6 * Permission is hereby granted, free of charge, to any person obtaining a | 6 * Permission is hereby granted, free of charge, to any person obtaining a |
| 7 * copy of this software and associated documentation files (the "Software"), | 7 * copy of this software and associated documentation files (the "Software"), |
| 8 * to deal in the Software without restriction, including without limitation | 8 * to deal in the Software without restriction, including without limitation |
| 9 * the rights to use, copy, modify, merge, publish, distribute, sublicense, | 9 * the rights to use, copy, modify, merge, publish, distribute, sublicense, |
| 10 * and/or sell copies of the Software, and to permit persons to whom the | 10 * and/or sell copies of the Software, and to permit persons to whom the |
| (...skipping 23 matching lines...) Expand all Loading... |
| 34 NULL, | 34 NULL, |
| 35 &zcr_keyboard_device_configuration_v1_interface, | 35 &zcr_keyboard_device_configuration_v1_interface, |
| 36 &wl_keyboard_interface, | 36 &wl_keyboard_interface, |
| 37 }; | 37 }; |
| 38 | 38 |
| 39 static const struct wl_message zcr_keyboard_configuration_v1_requests[] = { | 39 static const struct wl_message zcr_keyboard_configuration_v1_requests[] = { |
| 40 { "get_keyboard_device_configuration", "no", types + 1 }, | 40 { "get_keyboard_device_configuration", "no", types + 1 }, |
| 41 }; | 41 }; |
| 42 | 42 |
| 43 WL_EXPORT const struct wl_interface zcr_keyboard_configuration_v1_interface = { | 43 WL_EXPORT const struct wl_interface zcr_keyboard_configuration_v1_interface = { |
| 44 » "zcr_keyboard_configuration_v1", 1, | 44 » "zcr_keyboard_configuration_v1", 2, |
| 45 1, zcr_keyboard_configuration_v1_requests, | 45 1, zcr_keyboard_configuration_v1_requests, |
| 46 0, NULL, | 46 0, NULL, |
| 47 }; | 47 }; |
| 48 | 48 |
| 49 static const struct wl_message zcr_keyboard_device_configuration_v1_requests[] =
{ | 49 static const struct wl_message zcr_keyboard_device_configuration_v1_requests[] =
{ |
| 50 { "destroy", "", types + 0 }, | 50 { "destroy", "", types + 0 }, |
| 51 }; | 51 }; |
| 52 | 52 |
| 53 static const struct wl_message zcr_keyboard_device_configuration_v1_events[] = { | 53 static const struct wl_message zcr_keyboard_device_configuration_v1_events[] = { |
| 54 { "type_change", "u", types + 0 }, | 54 { "type_change", "u", types + 0 }, |
| 55 }; | 55 }; |
| 56 | 56 |
| 57 WL_EXPORT const struct wl_interface zcr_keyboard_device_configuration_v1_interfa
ce = { | 57 WL_EXPORT const struct wl_interface zcr_keyboard_device_configuration_v1_interfa
ce = { |
| 58 "zcr_keyboard_device_configuration_v1", 1, | 58 "zcr_keyboard_device_configuration_v1", 1, |
| 59 1, zcr_keyboard_device_configuration_v1_requests, | 59 1, zcr_keyboard_device_configuration_v1_requests, |
| 60 1, zcr_keyboard_device_configuration_v1_events, | 60 1, zcr_keyboard_device_configuration_v1_events, |
| 61 }; | 61 }; |
| 62 | 62 |
| OLD | NEW |