mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-04-13 08:22:16 -04:00
output: remove old frame scheduling
This commit is contained in:
parent
0b59a49179
commit
0967873a20
8 changed files with 1 additions and 103 deletions
|
|
@ -2081,10 +2081,6 @@ static void handle_page_flip(int fd, unsigned seq,
|
|||
.flags = present_flags,
|
||||
};
|
||||
wlr_output_send_present(&conn->output, &present_event);
|
||||
|
||||
if (drm->session->active) {
|
||||
wlr_output_send_frame(&conn->output);
|
||||
}
|
||||
}
|
||||
|
||||
int handle_drm_event(int fd, uint32_t mask, void *data) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue