mirror of
https://github.com/brl/mutter.git
synced 2025-08-09 18:04:44 +00:00
wayland: Have a consistent _init pattern for subcomponents
This commit is contained in:
@@ -25,12 +25,12 @@
|
||||
|
||||
#include <wayland-server.h>
|
||||
|
||||
#include "meta-wayland-seat.h"
|
||||
#include "meta-wayland-private.h"
|
||||
|
||||
void
|
||||
meta_wayland_data_device_manager_init (MetaWaylandCompositor *compositor);
|
||||
|
||||
void
|
||||
meta_wayland_data_device_set_keyboard_focus (MetaWaylandSeat *seat);
|
||||
|
||||
int
|
||||
meta_wayland_data_device_manager_init (struct wl_display *display);
|
||||
|
||||
#endif /* __META_WAYLAND_DATA_DEVICE_H__ */
|
||||
|
Reference in New Issue
Block a user