wayland: Fix header file style

This commit is contained in:
Jasper St. Pierre
2014-04-22 18:09:38 -04:00
parent 88040d6b8a
commit 003ff3d255
5 changed files with 74 additions and 105 deletions

View File

@@ -20,17 +20,15 @@
* OF THIS SOFTWARE.
*/
#ifndef __META_WAYLAND_DATA_DEVICE_H__
#define __META_WAYLAND_DATA_DEVICE_H__
#ifndef META_WAYLAND_DATA_DEVICE_H
#define META_WAYLAND_DATA_DEVICE_H
#include <wayland-server.h>
#include "meta-wayland-private.h"
void
meta_wayland_data_device_manager_init (MetaWaylandCompositor *compositor);
void meta_wayland_data_device_manager_init (MetaWaylandCompositor *compositor);
void
meta_wayland_data_device_set_keyboard_focus (MetaWaylandSeat *seat);
void meta_wayland_data_device_set_keyboard_focus (MetaWaylandSeat *seat);
#endif /* __META_WAYLAND_DATA_DEVICE_H__ */
#endif /* META_WAYLAND_DATA_DEVICE_H */