mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-02 03:45:58 +01:00
Forgot a call to glClear
This commit is contained in:
parent
5a8bbc6203
commit
a268f57ed5
1 changed files with 1 additions and 0 deletions
|
@ -259,6 +259,7 @@ static void output_fullscreen_surface_render(struct wlr_output *output,
|
|||
|
||||
glViewport(0, 0, output->width, output->height);
|
||||
glClearColor(0, 0, 0, 0);
|
||||
glClear(GL_COLOR_BUFFER_BIT);
|
||||
|
||||
if (!wlr_surface_has_buffer(surface)) {
|
||||
return;
|
||||
|
|
Loading…
Reference in a new issue