mirror of
https://codeberg.org/dwl/dwl.git
synced 2026-09-22 23:29:10 +00:00
add missing void
Needed to compile on OpenBSD.
This commit is contained in:
@@ -594,7 +594,7 @@ handle_focused_surface_destroy(struct wl_listener *listener,
|
|||||||
}
|
}
|
||||||
|
|
||||||
struct input_method_relay *
|
struct input_method_relay *
|
||||||
input_method_relay_create()
|
input_method_relay_create(void)
|
||||||
{
|
{
|
||||||
struct input_method_relay *relay = ecalloc(1, sizeof(*relay));
|
struct input_method_relay *relay = ecalloc(1, sizeof(*relay));
|
||||||
wl_list_init(&relay->text_inputs);
|
wl_list_init(&relay->text_inputs);
|
||||||
|
|||||||
Reference in New Issue
Block a user