| OLD | NEW |
| 1 /* Generated by wayland-scanner 1.11.0 */ | 1 /* Generated by wayland-scanner 1.11.0 */ |
| 2 | 2 |
| 3 /* | 3 /* |
| 4 * Copyright © 2008-2013 Kristian Høgsberg | 4 * Copyright © 2008-2013 Kristian Høgsberg |
| 5 * Copyright © 2013 Rafael Antognolli | 5 * Copyright © 2013 Rafael Antognolli |
| 6 * Copyright © 2013 Jasper St. Pierre | 6 * Copyright © 2013 Jasper St. Pierre |
| 7 * Copyright © 2010-2013 Intel Corporation | 7 * Copyright © 2010-2013 Intel Corporation |
| 8 * | 8 * |
| 9 * Permission is hereby granted, free of charge, to any person obtaining a | 9 * Permission is hereby granted, free of charge, to any person obtaining a |
| 10 * copy of this software and associated documentation files (the "Software"), | 10 * copy of this software and associated documentation files (the "Software"), |
| (...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 116 static const struct wl_message xdg_popup_events[] = { | 116 static const struct wl_message xdg_popup_events[] = { |
| 117 { "popup_done", "", types + 0 }, | 117 { "popup_done", "", types + 0 }, |
| 118 }; | 118 }; |
| 119 | 119 |
| 120 WL_EXPORT const struct wl_interface xdg_popup_interface = { | 120 WL_EXPORT const struct wl_interface xdg_popup_interface = { |
| 121 "xdg_popup", 1, | 121 "xdg_popup", 1, |
| 122 1, xdg_popup_requests, | 122 1, xdg_popup_requests, |
| 123 1, xdg_popup_events, | 123 1, xdg_popup_events, |
| 124 }; | 124 }; |
| 125 | 125 |
| OLD | NEW |