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 { "get_remote_surface", "nou", types + 6 }, | 53 { "get_remote_surface", "nou", types + 6 }, |
54 { "get_notification_surface", "6nos", types + 9 }, | 54 { "get_notification_surface", "6nos", types + 9 }, |
55 }; | 55 }; |
56 | 56 |
57 static const struct wl_message zwp_remote_shell_v1_events[] = { | 57 static const struct wl_message zwp_remote_shell_v1_events[] = { |
58 { "configure", "iiiiii", types + 0 }, | 58 { "configure", "iiiiii", types + 0 }, |
59 { "activated", "?o?o", types + 12 }, | 59 { "activated", "?o?o", types + 12 }, |
60 }; | 60 }; |
61 | 61 |
62 WL_EXPORT const struct wl_interface zwp_remote_shell_v1_interface = { | 62 WL_EXPORT const struct wl_interface zwp_remote_shell_v1_interface = { |
63 » "zwp_remote_shell_v1", 6, | 63 » "zwp_remote_shell_v1", 7, |
64 3, zwp_remote_shell_v1_requests, | 64 3, zwp_remote_shell_v1_requests, |
65 2, zwp_remote_shell_v1_events, | 65 2, zwp_remote_shell_v1_events, |
66 }; | 66 }; |
67 | 67 |
68 static const struct wl_message zwp_remote_surface_v1_requests[] = { | 68 static const struct wl_message zwp_remote_surface_v1_requests[] = { |
69 { "destroy", "", types + 0 }, | 69 { "destroy", "", types + 0 }, |
70 { "set_app_id", "s", types + 0 }, | 70 { "set_app_id", "s", types + 0 }, |
71 { "set_window_geometry", "iiii", types + 0 }, | 71 { "set_window_geometry", "iiii", types + 0 }, |
72 { "set_scale", "f", types + 0 }, | 72 { "set_scale", "f", types + 0 }, |
73 { "fullscreen", "2", types + 0 }, | 73 { "fullscreen", "2", types + 0 }, |
(...skipping 11 matching lines...) Expand all Loading... |
85 static const struct wl_message zwp_remote_surface_v1_events[] = { | 85 static const struct wl_message zwp_remote_surface_v1_events[] = { |
86 { "set_fullscreen", "", types + 0 }, | 86 { "set_fullscreen", "", types + 0 }, |
87 { "unset_fullscreen", "", types + 0 }, | 87 { "unset_fullscreen", "", types + 0 }, |
88 { "close", "", types + 0 }, | 88 { "close", "", types + 0 }, |
89 { "set_maximized", "2", types + 0 }, | 89 { "set_maximized", "2", types + 0 }, |
90 { "unset_maximized", "2", types + 0 }, | 90 { "unset_maximized", "2", types + 0 }, |
91 { "set_minimized", "2", types + 0 }, | 91 { "set_minimized", "2", types + 0 }, |
92 { "unset_minimized", "2", types + 0 }, | 92 { "unset_minimized", "2", types + 0 }, |
93 { "set_pinned", "3", types + 0 }, | 93 { "set_pinned", "3", types + 0 }, |
94 { "unset_pinned", "3", types + 0 }, | 94 { "unset_pinned", "3", types + 0 }, |
| 95 { "state_type_changed", "7u", types + 0 }, |
95 }; | 96 }; |
96 | 97 |
97 WL_EXPORT const struct wl_interface zwp_remote_surface_v1_interface = { | 98 WL_EXPORT const struct wl_interface zwp_remote_surface_v1_interface = { |
98 » "zwp_remote_surface_v1", 6, | 99 » "zwp_remote_surface_v1", 7, |
99 14, zwp_remote_surface_v1_requests, | 100 14, zwp_remote_surface_v1_requests, |
100 » 9, zwp_remote_surface_v1_events, | 101 » 10, zwp_remote_surface_v1_events, |
101 }; | 102 }; |
102 | 103 |
103 static const struct wl_message zwp_notification_surface_v1_requests[] = { | 104 static const struct wl_message zwp_notification_surface_v1_requests[] = { |
104 { "destroy", "", types + 0 }, | 105 { "destroy", "", types + 0 }, |
105 }; | 106 }; |
106 | 107 |
107 WL_EXPORT const struct wl_interface zwp_notification_surface_v1_interface = { | 108 WL_EXPORT const struct wl_interface zwp_notification_surface_v1_interface = { |
108 "zwp_notification_surface_v1", 6, | 109 "zwp_notification_surface_v1", 6, |
109 1, zwp_notification_surface_v1_requests, | 110 1, zwp_notification_surface_v1_requests, |
110 0, NULL, | 111 0, NULL, |
111 }; | 112 }; |
112 | 113 |
OLD | NEW |