| 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 69 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 80 { "activate", "u", types + 0 }, | 80 { "activate", "u", types + 0 }, |
| 81 { "maximize", "", types + 0 }, | 81 { "maximize", "", types + 0 }, |
| 82 { "minimize", "", types + 0 }, | 82 { "minimize", "", types + 0 }, |
| 83 { "restore", "", types + 0 }, | 83 { "restore", "", types + 0 }, |
| 84 { "fullscreen", "", types + 0 }, | 84 { "fullscreen", "", types + 0 }, |
| 85 { "unfullscreen", "", types + 0 }, | 85 { "unfullscreen", "", types + 0 }, |
| 86 { "pin", "i", types + 0 }, | 86 { "pin", "i", types + 0 }, |
| 87 { "unpin", "", types + 0 }, | 87 { "unpin", "", types + 0 }, |
| 88 { "set_system_modal", "", types + 0 }, | 88 { "set_system_modal", "", types + 0 }, |
| 89 { "unset_system_modal", "", types + 0 }, | 89 { "unset_system_modal", "", types + 0 }, |
| 90 { "ack_configure", "2u", types + 0 }, |
| 90 { "set_moving", "2", types + 0 }, | 91 { "set_moving", "2", types + 0 }, |
| 91 { "unset_moving", "2", types + 0 }, | 92 { "unset_moving", "2", types + 0 }, |
| 92 }; | 93 }; |
| 93 | 94 |
| 94 static const struct wl_message zcr_remote_surface_v1_events[] = { | 95 static const struct wl_message zcr_remote_surface_v1_events[] = { |
| 95 { "close", "", types + 0 }, | 96 { "close", "", types + 0 }, |
| 96 { "state_type_changed", "u", types + 0 }, | 97 { "state_type_changed", "u", types + 0 }, |
| 98 { "configure", "2iiu", types + 0 }, |
| 97 }; | 99 }; |
| 98 | 100 |
| 99 WL_EXPORT const struct wl_interface zcr_remote_surface_v1_interface = { | 101 WL_EXPORT const struct wl_interface zcr_remote_surface_v1_interface = { |
| 100 "zcr_remote_surface_v1", 2, | 102 "zcr_remote_surface_v1", 2, |
| 101 » 20, zcr_remote_surface_v1_requests, | 103 » 21, zcr_remote_surface_v1_requests, |
| 102 » 2, zcr_remote_surface_v1_events, | 104 » 3, zcr_remote_surface_v1_events, |
| 103 }; | 105 }; |
| 104 | 106 |
| 105 static const struct wl_message zcr_notification_surface_v1_requests[] = { | 107 static const struct wl_message zcr_notification_surface_v1_requests[] = { |
| 106 { "destroy", "", types + 0 }, | 108 { "destroy", "", types + 0 }, |
| 107 }; | 109 }; |
| 108 | 110 |
| 109 WL_EXPORT const struct wl_interface zcr_notification_surface_v1_interface = { | 111 WL_EXPORT const struct wl_interface zcr_notification_surface_v1_interface = { |
| 110 "zcr_notification_surface_v1", 1, | 112 "zcr_notification_surface_v1", 1, |
| 111 1, zcr_notification_surface_v1_requests, | 113 1, zcr_notification_surface_v1_requests, |
| 112 0, NULL, | 114 0, NULL, |
| 113 }; | 115 }; |
| 114 | 116 |
| OLD | NEW |