cleanup: Switch to pragma once
Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/3157>
This commit is contained in:

committed by
Marge Bot

parent
d291d4a733
commit
ead9a3024c
@ -18,8 +18,7 @@
|
||||
* 02111-1307, USA.
|
||||
*/
|
||||
|
||||
#ifndef META_WAYLAND_SHELL_SURFACE_H
|
||||
#define META_WAYLAND_SHELL_SURFACE_H
|
||||
#pragma once
|
||||
|
||||
#include "wayland/meta-wayland-actor-surface.h"
|
||||
|
||||
@ -64,5 +63,3 @@ void meta_wayland_shell_surface_set_window (MetaWaylandShellSurface *shell_surfa
|
||||
MetaWindow *window);
|
||||
|
||||
void meta_wayland_shell_surface_destroy_window (MetaWaylandShellSurface *shell_surface);
|
||||
|
||||
#endif /* META_WAYLAND_SHELL_SURFACE_H */
|
||||
|
Reference in New Issue
Block a user