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
@ -19,8 +19,7 @@
|
||||
* Christian Kellner <gicmo@gnome.org>
|
||||
*/
|
||||
|
||||
#ifndef META_X11_SELECTION_OUTPUT_STREAM_H
|
||||
#define META_X11_SELECTION_OUTPUT_STREAM_H
|
||||
#pragma once
|
||||
|
||||
#include <gio/gio.h>
|
||||
|
||||
@ -42,6 +41,4 @@ GOutputStream * meta_x11_selection_output_stream_new (MetaX11Display
|
||||
gulong timestamp);
|
||||
|
||||
gboolean meta_x11_selection_output_stream_xevent (MetaX11SelectionOutputStream *stream,
|
||||
const XEvent *xevent);
|
||||
|
||||
#endif /* META_X11_SELECTION_OUTPUT_STREAM_H */
|
||||
const XEvent *xevent);
|
Reference in New Issue
Block a user