| OLD | NEW |
| 1 /* Generated by wayland-scanner 1.12.90 */ | 1 /* Generated by wayland-scanner 1.12.90 */ |
| 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 17 matching lines...) Expand all Loading... |
| 28 #include "wayland-util.h" | 28 #include "wayland-util.h" |
| 29 | 29 |
| 30 extern const struct wl_interface wl_surface_interface; | 30 extern const struct wl_interface wl_surface_interface; |
| 31 extern const struct wl_interface zcr_notification_surface_v1_interface; | 31 extern const struct wl_interface zcr_notification_surface_v1_interface; |
| 32 extern const struct wl_interface zcr_remote_surface_v1_interface; | 32 extern const struct wl_interface zcr_remote_surface_v1_interface; |
| 33 | 33 |
| 34 static const struct wl_interface *types[] = { | 34 static const struct wl_interface *types[] = { |
| 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, |
| 45 NULL, | 46 NULL, |
| 46 NULL, | 47 NULL, |
| 47 &zcr_remote_surface_v1_interface, | 48 &zcr_remote_surface_v1_interface, |
| 48 &wl_surface_interface, | 49 &wl_surface_interface, |
| 49 NULL, | 50 NULL, |
| 50 &zcr_notification_surface_v1_interface, | 51 &zcr_notification_surface_v1_interface, |
| 51 &wl_surface_interface, | 52 &wl_surface_interface, |
| 52 NULL, | 53 NULL, |
| 53 &wl_surface_interface, | 54 &wl_surface_interface, |
| 54 &wl_surface_interface, | 55 &wl_surface_interface, |
| 55 }; | 56 }; |
| 56 | 57 |
| 57 static const struct wl_message zcr_remote_shell_v1_requests[] = { | 58 static const struct wl_message zcr_remote_shell_v1_requests[] = { |
| 58 { "destroy", "", types + 0 }, | 59 { "destroy", "", types + 0 }, |
| 59 » { "get_remote_surface", "nou", types + 12 }, | 60 » { "get_remote_surface", "nou", types + 13 }, |
| 60 » { "get_notification_surface", "nos", types + 15 }, | 61 » { "get_notification_surface", "nos", types + 16 }, |
| 61 }; | 62 }; |
| 62 | 63 |
| 63 static const struct wl_message zcr_remote_shell_v1_events[] = { | 64 static const struct wl_message zcr_remote_shell_v1_events[] = { |
| 64 » { "activated", "?o?o", types + 18 }, | 65 » { "activated", "?o?o", types + 19 }, |
| 65 { "configuration_changed", "iiifiiiiu", types + 0 }, | 66 { "configuration_changed", "iiifiiiiu", types + 0 }, |
| 66 » { "workspace", "5uuiiiiiiiiif", types + 0 }, | 67 » { "workspace", "5uuiiiiiiiiifu", types + 0 }, |
| 67 { "configure", "5u", types + 0 }, | 68 { "configure", "5u", types + 0 }, |
| 68 }; | 69 }; |
| 69 | 70 |
| 70 WL_EXPORT const struct wl_interface zcr_remote_shell_v1_interface = { | 71 WL_EXPORT const struct wl_interface zcr_remote_shell_v1_interface = { |
| 71 "zcr_remote_shell_v1", 5, | 72 "zcr_remote_shell_v1", 5, |
| 72 3, zcr_remote_shell_v1_requests, | 73 3, zcr_remote_shell_v1_requests, |
| 73 4, zcr_remote_shell_v1_events, | 74 4, zcr_remote_shell_v1_events, |
| 74 }; | 75 }; |
| 75 | 76 |
| 76 static const struct wl_message zcr_remote_surface_v1_requests[] = { | 77 static const struct wl_message zcr_remote_surface_v1_requests[] = { |
| (...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 115 static const struct wl_message zcr_notification_surface_v1_requests[] = { | 116 static const struct wl_message zcr_notification_surface_v1_requests[] = { |
| 116 { "destroy", "", types + 0 }, | 117 { "destroy", "", types + 0 }, |
| 117 }; | 118 }; |
| 118 | 119 |
| 119 WL_EXPORT const struct wl_interface zcr_notification_surface_v1_interface = { | 120 WL_EXPORT const struct wl_interface zcr_notification_surface_v1_interface = { |
| 120 "zcr_notification_surface_v1", 1, | 121 "zcr_notification_surface_v1", 1, |
| 121 1, zcr_notification_surface_v1_requests, | 122 1, zcr_notification_surface_v1_requests, |
| 122 0, NULL, | 123 0, NULL, |
| 123 }; | 124 }; |
| 124 | 125 |
| OLD | NEW |