magnifier: minor refactor

This commit is contained in:
tokyo4j 2024-05-16 09:35:47 +09:00 committed by Consolatis
parent 8ba066a1a5
commit b9b870cfa7
2 changed files with 11 additions and 20 deletions

View file

@ -3,10 +3,11 @@
#define LABWC_MAGNIFIER_H
#include <stdbool.h>
#include <wayland-server-core.h>
struct server;
struct output;
struct wlr_buffer;
struct wlr_box;
enum magnify_dir {
MAGNIFY_INCREASE,