| 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 71 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 { "set_rectangular_surface_shadow", "2iiii", types + 0 }, | 90 { "set_rectangular_surface_shadow", "2iiii", types + 0 }, |
| 91 { "ack_configure", "3u", types + 0 }, | 91 { "ack_configure", "3u", types + 0 }, |
| 92 » { "set_moving", "3", types + 0 }, | 92 » { "move", "3", types + 0 }, |
| 93 » { "unset_moving", "3", types + 0 }, | |
| 94 }; | 93 }; |
| 95 | 94 |
| 96 static const struct wl_message zcr_remote_surface_v1_events[] = { | 95 static const struct wl_message zcr_remote_surface_v1_events[] = { |
| 97 { "close", "", types + 0 }, | 96 { "close", "", types + 0 }, |
| 98 { "state_type_changed", "u", types + 0 }, | 97 { "state_type_changed", "u", types + 0 }, |
| 99 » { "configure", "3iiu", types + 0 }, | 98 » { "configure", "3iiau", types + 0 }, |
| 100 }; | 99 }; |
| 101 | 100 |
| 102 WL_EXPORT const struct wl_interface zcr_remote_surface_v1_interface = { | 101 WL_EXPORT const struct wl_interface zcr_remote_surface_v1_interface = { |
| 103 "zcr_remote_surface_v1", 3, | 102 "zcr_remote_surface_v1", 3, |
| 104 » 22, zcr_remote_surface_v1_requests, | 103 » 21, zcr_remote_surface_v1_requests, |
| 105 3, zcr_remote_surface_v1_events, | 104 3, zcr_remote_surface_v1_events, |
| 106 }; | 105 }; |
| 107 | 106 |
| 108 static const struct wl_message zcr_notification_surface_v1_requests[] = { | 107 static const struct wl_message zcr_notification_surface_v1_requests[] = { |
| 109 { "destroy", "", types + 0 }, | 108 { "destroy", "", types + 0 }, |
| 110 }; | 109 }; |
| 111 | 110 |
| 112 WL_EXPORT const struct wl_interface zcr_notification_surface_v1_interface = { | 111 WL_EXPORT const struct wl_interface zcr_notification_surface_v1_interface = { |
| 113 "zcr_notification_surface_v1", 1, | 112 "zcr_notification_surface_v1", 1, |
| 114 1, zcr_notification_surface_v1_requests, | 113 1, zcr_notification_surface_v1_requests, |
| 115 0, NULL, | 114 0, NULL, |
| 116 }; | 115 }; |
| 117 | 116 |
| OLD | NEW |