mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-14 06:59:43 -05:00
wlr_scene: Add option to disable direct scanout
Closes: #3405 Supersedes: !3562 Co-authored-by: Xiao YaoBing <xiaoyaobing@qq.com>
This commit is contained in:
parent
3baf2a6bcf
commit
f72aeacd6e
3 changed files with 20 additions and 0 deletions
|
|
@ -93,6 +93,7 @@ struct wlr_scene {
|
|||
struct wl_listener presentation_destroy;
|
||||
|
||||
enum wlr_scene_debug_damage_option debug_damage_option;
|
||||
bool direct_scanout;
|
||||
};
|
||||
|
||||
/** A scene-graph node displaying a single surface. */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue