Skip to content

backend/x11: only send frames when the window is visible

Simon Ser requested to merge github/fork/imirkin/pause-render into master

Created by: imirkin

Tested with WindowMaker. When switching to another workspace, minimizing, or rolling up the window, we get an UnmapNotify event, and a corresponding MapNotify event when the window appears on screen again.

Fixes #2675

Edited by Simon Ser

Merge request reports