Add backend_info_t::max_buffer_age
Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
This commit is contained in:
@ -604,4 +604,5 @@ backend_info_t glx_backend = {
|
||||
.present = glx_present,
|
||||
.is_win_transparent = default_is_win_transparent,
|
||||
.is_frame_transparent = default_is_frame_transparent,
|
||||
.max_buffer_age = 5, // XXX why?
|
||||
};
|
||||
|
Reference in New Issue
Block a user