Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
This should go into its own PR but right now I need it for my system
to work.
  • Loading branch information
simotek committed Feb 14, 2024
1 parent 00b2ec0 commit 5036cc4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/display-x11.cc
Original file line number Diff line number Diff line change
Expand Up @@ -453,6 +453,8 @@ bool display_output_x11::main_loop_wait(double t) {
// modify for propagation
ev.xexpose.x += window.x;
ev.xexpose.y += window.y;
// Fix for #1698 Remove from this branch before accepting Pull Request
ev.xexpose.window = window.desktop;
break;
}

Expand Down

0 comments on commit 5036cc4

Please sign in to comment.