mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-29 05:40:12 -04:00
output: fix software cursors damage tracking
This commit is contained in:
parent
b296481007
commit
e29a0df8c1
10 changed files with 74 additions and 33 deletions
|
|
@ -40,7 +40,7 @@ void handle_output_frame(struct output_state *output, struct timespec *ts) {
|
|||
glClearColor(sample->color[0], sample->color[1], sample->color[2], 1.0);
|
||||
glClear(GL_COLOR_BUFFER_BIT);
|
||||
|
||||
wlr_output_swap_buffers(output->output);
|
||||
wlr_output_swap_buffers(output->output, NULL, NULL);
|
||||
}
|
||||
|
||||
int main() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue