13 lines
385 B
C
13 lines
385 B
C
#pragma once
|
|
|
|
#include <wayland-server-core.h>
|
|
|
|
#include "types.h"
|
|
|
|
void output_frame(struct wl_listener *listener, void *data);
|
|
void output_request_state(struct wl_listener *listener, void *data);
|
|
void output_destroy(struct wl_listener *listener, void *data);
|
|
void outputs_update(struct wl_listener *listener, void *data);
|
|
|
|
void update_focused_output(struct absinthe_server *server);
|