| 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 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 53 | 53 |
| 54 static const struct wl_message zcr_remote_shell_v1_requests[] = { | 54 static const struct wl_message zcr_remote_shell_v1_requests[] = { |
| 55 { "destroy", "", types + 0 }, | 55 { "destroy", "", types + 0 }, |
| 56 { "get_remote_surface", "nou", types + 9 }, | 56 { "get_remote_surface", "nou", types + 9 }, |
| 57 { "get_notification_surface", "nos", types + 12 }, | 57 { "get_notification_surface", "nos", types + 12 }, |
| 58 }; | 58 }; |
| 59 | 59 |
| 60 static const struct wl_message zcr_remote_shell_v1_events[] = { | 60 static const struct wl_message zcr_remote_shell_v1_events[] = { |
| 61 { "activated", "?o?o", types + 15 }, | 61 { "activated", "?o?o", types + 15 }, |
| 62 { "configuration_changed", "iiifiiiiu", types + 0 }, | 62 { "configuration_changed", "iiifiiiiu", types + 0 }, |
| 63 { "workspace", "uiiiiiiii", types + 0 }, |
| 64 { "configure", "iiifu", types + 0 }, |
| 63 }; | 65 }; |
| 64 | 66 |
| 65 WL_EXPORT const struct wl_interface zcr_remote_shell_v1_interface = { | 67 WL_EXPORT const struct wl_interface zcr_remote_shell_v1_interface = { |
| 66 » "zcr_remote_shell_v1", 2, | 68 » "zcr_remote_shell_v1", 3, |
| 67 3, zcr_remote_shell_v1_requests, | 69 3, zcr_remote_shell_v1_requests, |
| 68 » 2, zcr_remote_shell_v1_events, | 70 » 4, zcr_remote_shell_v1_events, |
| 69 }; | 71 }; |
| 70 | 72 |
| 71 static const struct wl_message zcr_remote_surface_v1_requests[] = { | 73 static const struct wl_message zcr_remote_surface_v1_requests[] = { |
| 72 { "destroy", "", types + 0 }, | 74 { "destroy", "", types + 0 }, |
| 73 { "set_app_id", "s", types + 0 }, | 75 { "set_app_id", "s", types + 0 }, |
| 74 { "set_window_geometry", "iiii", types + 0 }, | 76 { "set_window_geometry", "iiii", types + 0 }, |
| 75 { "set_scale", "f", types + 0 }, | 77 { "set_scale", "f", types + 0 }, |
| 76 { "set_rectangular_shadow", "iiii", types + 0 }, | 78 { "set_rectangular_shadow", "iiii", types + 0 }, |
| 77 { "set_rectangular_shadow_background_opacity", "f", types + 0 }, | 79 { "set_rectangular_shadow_background_opacity", "f", types + 0 }, |
| 78 { "set_title", "s", types + 0 }, | 80 { "set_title", "s", types + 0 }, |
| (...skipping 26 matching lines...) Expand all Loading... |
| 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 |