aboutsummaryrefslogtreecommitdiffstats
path: root/sway/meson.build
diff options
context:
space:
mode:
authorLibravatar Simon Ser <contact@emersion.fr>2022-06-22 22:06:21 +0200
committerLibravatar Simon Zeni <simon@bl4ckb0ne.ca>2022-06-23 14:47:50 -0400
commit445bc2a943d905a0e5b1dc607a6797919c8cf341 (patch)
treef6a8da587e1a324d0f1ec2fa69eaa487c1184be5 /sway/meson.build
parentRemove access to wlr_input_device union (diff)
downloadsway-445bc2a943d905a0e5b1dc607a6797919c8cf341.tar.gz
sway-445bc2a943d905a0e5b1dc607a6797919c8cf341.tar.zst
sway-445bc2a943d905a0e5b1dc607a6797919c8cf341.zip
Rename dpms output command to power
The "dpms" command refers to VESA Display Power Management Signaling, a deprecated standard. It's superseded by VESA DPM. Instead of tying out command name to a particular standard, use the neutral term "power".
Diffstat (limited to 'sway/meson.build')
-rw-r--r--sway/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/sway/meson.build b/sway/meson.build
index 47c59dd5..ced7419c 100644
--- a/sway/meson.build
+++ b/sway/meson.build
@@ -191,6 +191,7 @@ sway_sources = files(
191 'commands/output/max_render_time.c', 191 'commands/output/max_render_time.c',
192 'commands/output/mode.c', 192 'commands/output/mode.c',
193 'commands/output/position.c', 193 'commands/output/position.c',
194 'commands/output/power.c',
194 'commands/output/render_bit_depth.c', 195 'commands/output/render_bit_depth.c',
195 'commands/output/scale.c', 196 'commands/output/scale.c',
196 'commands/output/scale_filter.c', 197 'commands/output/scale_filter.c',