mirror of
https://github.com/labwc/labwc.git
synced 2025-10-31 22:25:34 -04:00
magnifier: minor refactor
This commit is contained in:
parent
8ba066a1a5
commit
b9b870cfa7
2 changed files with 11 additions and 20 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue