Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(150)

Side by Side Diff: third_party/wayland-protocols/protocol/xdg-shell-v5-protocol.c

Issue 2360533002: exo: Implement minimal support for version 6 of XDG shell. (Closed)
Patch Set: fix bad rebase and unit tests Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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
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
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698