mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-02 11:55:59 +01:00
368f74e4df
Use tabs for indentation and break up function calls over 80 col.
8 lines
129 B
Meson
8 lines
129 B
Meson
lib_wlr_xcursor = static_library(
|
|
'wlr_xcursor',
|
|
files(
|
|
'xcursor.c',
|
|
'wlr_xcursor.c',
|
|
),
|
|
include_directories: wlr_inc,
|
|
)
|