mirror of
https://github.com/swaywm/sway.git
synced 2026-03-31 07:11:24 -04:00
add scale_filter output config option
This commit is contained in:
parent
4b57953628
commit
6968fb3123
13 changed files with 131 additions and 1 deletions
|
|
@ -182,6 +182,7 @@ sway_sources = files(
|
|||
'commands/output/mode.c',
|
||||
'commands/output/position.c',
|
||||
'commands/output/scale.c',
|
||||
'commands/output/scale_filter.c',
|
||||
'commands/output/subpixel.c',
|
||||
'commands/output/toggle.c',
|
||||
'commands/output/transform.c',
|
||||
|
|
@ -203,6 +204,7 @@ sway_deps = [
|
|||
math,
|
||||
pango,
|
||||
pcre,
|
||||
glesv2,
|
||||
pixman,
|
||||
server_protos,
|
||||
wayland_server,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue