| 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 24 matching lines...) Expand all Loading... |
| 35 NULL, | 35 NULL, |
| 36 NULL, | 36 NULL, |
| 37 NULL, | 37 NULL, |
| 38 NULL, | 38 NULL, |
| 39 NULL, | 39 NULL, |
| 40 NULL, | 40 NULL, |
| 41 NULL, | 41 NULL, |
| 42 NULL, | 42 NULL, |
| 43 NULL, | 43 NULL, |
| 44 NULL, | 44 NULL, |
| 45 NULL, |
| 46 NULL, |
| 45 &zcr_remote_surface_v1_interface, | 47 &zcr_remote_surface_v1_interface, |
| 46 &wl_surface_interface, | 48 &wl_surface_interface, |
| 47 NULL, | 49 NULL, |
| 48 &zcr_notification_surface_v1_interface, | 50 &zcr_notification_surface_v1_interface, |
| 49 &wl_surface_interface, | 51 &wl_surface_interface, |
| 50 NULL, | 52 NULL, |
| 51 &wl_surface_interface, | 53 &wl_surface_interface, |
| 52 &wl_surface_interface, | 54 &wl_surface_interface, |
| 53 }; | 55 }; |
| 54 | 56 |
| 55 static const struct wl_message zcr_remote_shell_v1_requests[] = { | 57 static const struct wl_message zcr_remote_shell_v1_requests[] = { |
| 56 { "destroy", "", types + 0 }, | 58 { "destroy", "", types + 0 }, |
| 57 » { "get_remote_surface", "nou", types + 10 }, | 59 » { "get_remote_surface", "nou", types + 12 }, |
| 58 » { "get_notification_surface", "nos", types + 13 }, | 60 » { "get_notification_surface", "nos", types + 15 }, |
| 59 }; | 61 }; |
| 60 | 62 |
| 61 static const struct wl_message zcr_remote_shell_v1_events[] = { | 63 static const struct wl_message zcr_remote_shell_v1_events[] = { |
| 62 » { "activated", "?o?o", types + 16 }, | 64 » { "activated", "?o?o", types + 18 }, |
| 63 { "configuration_changed", "iiifiiiiu", types + 0 }, | 65 { "configuration_changed", "iiifiiiiu", types + 0 }, |
| 64 » { "workspace", "uuiiiiiiii", types + 0 }, | 66 » { "workspace", "uuiiiiiiiiif", types + 0 }, |
| 65 » { "configure", "uuifu", types + 0 }, | 67 » { "configure", "u", types + 0 }, |
| 66 }; | 68 }; |
| 67 | 69 |
| 68 WL_EXPORT const struct wl_interface zcr_remote_shell_v1_interface = { | 70 WL_EXPORT const struct wl_interface zcr_remote_shell_v1_interface = { |
| 69 "zcr_remote_shell_v1", 3, | 71 "zcr_remote_shell_v1", 3, |
| 70 3, zcr_remote_shell_v1_requests, | 72 3, zcr_remote_shell_v1_requests, |
| 71 4, zcr_remote_shell_v1_events, | 73 4, zcr_remote_shell_v1_events, |
| 72 }; | 74 }; |
| 73 | 75 |
| 74 static const struct wl_message zcr_remote_surface_v1_requests[] = { | 76 static const struct wl_message zcr_remote_surface_v1_requests[] = { |
| 75 { "destroy", "", types + 0 }, | 77 { "destroy", "", types + 0 }, |
| (...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 110 static const struct wl_message zcr_notification_surface_v1_requests[] = { | 112 static const struct wl_message zcr_notification_surface_v1_requests[] = { |
| 111 { "destroy", "", types + 0 }, | 113 { "destroy", "", types + 0 }, |
| 112 }; | 114 }; |
| 113 | 115 |
| 114 WL_EXPORT const struct wl_interface zcr_notification_surface_v1_interface = { | 116 WL_EXPORT const struct wl_interface zcr_notification_surface_v1_interface = { |
| 115 "zcr_notification_surface_v1", 1, | 117 "zcr_notification_surface_v1", 1, |
| 116 1, zcr_notification_surface_v1_requests, | 118 1, zcr_notification_surface_v1_requests, |
| 117 0, NULL, | 119 0, NULL, |
| 118 }; | 120 }; |
| 119 | 121 |
| OLD | NEW |