mirror of
https://github.com/brl/mutter.git
synced 2024-11-13 01:36:10 -05:00
keyboard: Remove the useless return value of init
This commit is contained in:
parent
ddc7938961
commit
24eb737858
@ -260,7 +260,7 @@ static const MetaWaylandKeyboardGrabInterface default_keyboard_grab_interface =
|
||||
default_grab_modifiers,
|
||||
};
|
||||
|
||||
gboolean
|
||||
void
|
||||
meta_wayland_keyboard_init (MetaWaylandKeyboard *keyboard,
|
||||
struct wl_display *display)
|
||||
{
|
||||
@ -288,8 +288,6 @@ meta_wayland_keyboard_init (MetaWaylandKeyboard *keyboard,
|
||||
"evdev",
|
||||
"pc105",
|
||||
"us", "", "", 0);
|
||||
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
static void
|
||||
|
@ -101,7 +101,7 @@ struct _MetaWaylandKeyboard
|
||||
struct wl_resource *input_method_resource;
|
||||
};
|
||||
|
||||
gboolean
|
||||
void
|
||||
meta_wayland_keyboard_init (MetaWaylandKeyboard *keyboard,
|
||||
struct wl_display *display);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user