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
@ -24,8 +24,7 @@
|
||||
* along with this program; if not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifndef META_KEYBINDINGS_PRIVATE_H
|
||||
#define META_KEYBINDINGS_PRIVATE_H
|
||||
#pragma once
|
||||
|
||||
#include <gio/gio.h>
|
||||
#include <xkbcommon/xkbcommon.h>
|
||||
@ -157,5 +156,3 @@ void meta_x11_display_ungrab_keys (MetaX11Display *x11_display);
|
||||
gboolean meta_display_process_keybinding_event (MetaDisplay *display,
|
||||
const char *name,
|
||||
const ClutterEvent *event);
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user