i mean, there are too many changes to even comment it
This commit is contained in:
+5
-2
@@ -1,4 +1,5 @@
|
||||
#pragma once
|
||||
#ifndef __OUTPUT_H_
|
||||
#define __OUTPUT_H_
|
||||
|
||||
#include <wayland-server-core.h>
|
||||
|
||||
@@ -7,6 +8,8 @@
|
||||
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 output_layout_change(struct wl_listener *listener, void *data);
|
||||
|
||||
void update_focused_output(struct absinthe_server *server);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user