Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/main' into wayland
Browse files Browse the repository at this point in the history
fix merge conflicts
  • Loading branch information
TheDrawingCoder-Gamer committed Jan 3, 2024
2 parents 26f1bc7 + 3cbb00a commit 02d4987
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ on:
- CHANGELOG.md
- LICENSE
- README.md
pull_request:

jobs:
build_linux:
Expand Down
4 changes: 4 additions & 0 deletions x11/cc/WindowManagerX11.cc
Original file line number Diff line number Diff line change
Expand Up @@ -720,6 +720,10 @@ void WindowManagerX11::_processXEvent(XEvent& ev) {
XSendEvent(display, ev.xselectionrequest.requestor, True, NoEventMask, (XEvent *)&ssev);
break;
}
case Expose: {
myWindow->requestRedraw();
break;
}
}
}

Expand Down

0 comments on commit 02d4987

Please sign in to comment.