Commit 6b1b4f4e authored by Rudolf Polzer's avatar Rudolf Polzer
Browse files

auth_pam_x11: clear the entire window when drawing.

Mitigates possibly visible screen content in case a compositor drew on
our window.

Note that we're not just using XClearWindow as this would clear more
stuff before we're writing, thereby increasing flicker - instead, we
clear the area we've not drawn on when we're done drawing.
parent 1b698430
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment