Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3)

Side by Side Diff: third_party/wayland-protocols/protocol/keyboard-configuration-protocol.c

Issue 2564353002: wayland-protocols: Add device_configuration_exists error to zcr_keyboard_configuration_v1 interface. (Closed)
Patch Set: Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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
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
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698