mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-02 09:01:38 -05:00
types/wlr_output: Handle subpixel hints through output commits
This commit is contained in:
parent
68f2f8cf92
commit
74381f3bc3
3 changed files with 17 additions and 9 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue