diff options
author | Alexander Orzechowski <orzechowski.alexander@gmail.com> | 2022-01-05 20:03:52 -0500 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2022-03-16 18:41:49 +0000 |
commit | 74381f3bc33d029aab3eb2fd764709211854ef1c (patch) | |
tree | ce639e845226bd428fca0c88a82e0603d1427936 /include/wlr/interfaces | |
parent | 68f2f8cf927d0ea9082438c130ffbc7c5d69fd85 (diff) |
types/wlr_output: Handle subpixel hints through output commits
Diffstat (limited to 'include/wlr/interfaces')
-rw-r--r-- | include/wlr/interfaces/wlr_output.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/wlr/interfaces/wlr_output.h b/include/wlr/interfaces/wlr_output.h index 79cc8ee0..c02a588f 100644 --- a/include/wlr/interfaces/wlr_output.h +++ b/include/wlr/interfaces/wlr_output.h @@ -22,7 +22,8 @@ WLR_OUTPUT_STATE_SCALE | \ WLR_OUTPUT_STATE_TRANSFORM | \ WLR_OUTPUT_STATE_RENDER_FORMAT | \ - WLR_OUTPUT_STATE_ADAPTIVE_SYNC_ENABLED) + WLR_OUTPUT_STATE_ADAPTIVE_SYNC_ENABLED | \ + WLR_OUTPUT_STATE_SUBPIXEL) /** * A backend implementation of wlr_output. |