| 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 75 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 86 { "maximize", "", types + 0 }, | 86 { "maximize", "", types + 0 }, |
| 87 { "minimize", "", types + 0 }, | 87 { "minimize", "", types + 0 }, |
| 88 { "restore", "", types + 0 }, | 88 { "restore", "", types + 0 }, |
| 89 { "fullscreen", "", types + 0 }, | 89 { "fullscreen", "", types + 0 }, |
| 90 { "unfullscreen", "", types + 0 }, | 90 { "unfullscreen", "", types + 0 }, |
| 91 { "pin", "i", types + 0 }, | 91 { "pin", "i", types + 0 }, |
| 92 { "unpin", "", types + 0 }, | 92 { "unpin", "", types + 0 }, |
| 93 { "set_system_modal", "", types + 0 }, | 93 { "set_system_modal", "", types + 0 }, |
| 94 { "unset_system_modal", "", types + 0 }, | 94 { "unset_system_modal", "", types + 0 }, |
| 95 { "set_rectangular_surface_shadow", "2iiii", types + 0 }, | 95 { "set_rectangular_surface_shadow", "2iiii", types + 0 }, |
| 96 » { "ack_configure", "3u", types + 0 }, | 96 » { "set_autohide_systemui", "3i", types + 0 }, |
| 97 » { "move", "3", types + 0 }, | 97 » { "ack_configure", "4u", types + 0 }, |
| 98 » { "move", "4", types + 0 }, |
| 98 }; | 99 }; |
| 99 | 100 |
| 100 static const struct wl_message zcr_remote_surface_v1_events[] = { | 101 static const struct wl_message zcr_remote_surface_v1_events[] = { |
| 101 { "close", "", types + 0 }, | 102 { "close", "", types + 0 }, |
| 102 { "state_type_changed", "u", types + 0 }, | 103 { "state_type_changed", "u", types + 0 }, |
| 103 { "configure", "3iiau", types + 0 }, | 104 { "configure", "3iiau", types + 0 }, |
| 104 }; | 105 }; |
| 105 | 106 |
| 106 WL_EXPORT const struct wl_interface zcr_remote_surface_v1_interface = { | 107 WL_EXPORT const struct wl_interface zcr_remote_surface_v1_interface = { |
| 107 » "zcr_remote_surface_v1", 3, | 108 » "zcr_remote_surface_v1", 4, |
| 108 » 21, zcr_remote_surface_v1_requests, | 109 » 22, zcr_remote_surface_v1_requests, |
| 109 3, zcr_remote_surface_v1_events, | 110 3, zcr_remote_surface_v1_events, |
| 110 }; | 111 }; |
| 111 | 112 |
| 112 static const struct wl_message zcr_notification_surface_v1_requests[] = { | 113 static const struct wl_message zcr_notification_surface_v1_requests[] = { |
| 113 { "destroy", "", types + 0 }, | 114 { "destroy", "", types + 0 }, |
| 114 }; | 115 }; |
| 115 | 116 |
| 116 WL_EXPORT const struct wl_interface zcr_notification_surface_v1_interface = { | 117 WL_EXPORT const struct wl_interface zcr_notification_surface_v1_interface = { |
| 117 "zcr_notification_surface_v1", 1, | 118 "zcr_notification_surface_v1", 1, |
| 118 1, zcr_notification_surface_v1_requests, | 119 1, zcr_notification_surface_v1_requests, |
| 119 0, NULL, | 120 0, NULL, |
| 120 }; | 121 }; |
| 121 | 122 |
| OLD | NEW |