[PR #2132] [CLOSED] Fix macOS->Windows wheel handling and build compatibility #1847

Closed
opened 2026-05-05 08:03:12 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/debauchee/barrier/pull/2132
Author: @sjoonhong
Created: 2/23/2026
Status: Closed

Base: masterHead: codex/barrier-bugfix-start


📝 Commits (1)

  • 8069e78 Fix macOS->Windows wheel handling and build compatibility

📊 Changes

7 files changed (+78 additions, -15 deletions)

View changed files

📝 CMakeLists.txt (+1 -1)
📝 cmake/Version.cmake (+1 -2)
📝 src/CMakeLists.txt (+1 -2)
📝 src/gui/CMakeLists.txt (+1 -1)
📝 src/lib/platform/MSWindowsDesks.cpp (+26 -4)
📝 src/lib/platform/MSWindowsDesks.h (+2 -0)
📝 src/lib/platform/OSXScreen.mm (+46 -5)

📄 Description

Contributor Checklist:

  • I have created a file in the doc/newsfragments directory IF it is a
    user-visible change (and make sure to read the README.md in that directory)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/debauchee/barrier/pull/2132 **Author:** [@sjoonhong](https://github.com/sjoonhong) **Created:** 2/23/2026 **Status:** ❌ Closed **Base:** `master` ← **Head:** `codex/barrier-bugfix-start` --- ### 📝 Commits (1) - [`8069e78`](https://github.com/debauchee/barrier/commit/8069e78ab5d0bad95658e1c8c855161cecb0d360) Fix macOS->Windows wheel handling and build compatibility ### 📊 Changes **7 files changed** (+78 additions, -15 deletions) <details> <summary>View changed files</summary> 📝 `CMakeLists.txt` (+1 -1) 📝 `cmake/Version.cmake` (+1 -2) 📝 `src/CMakeLists.txt` (+1 -2) 📝 `src/gui/CMakeLists.txt` (+1 -1) 📝 `src/lib/platform/MSWindowsDesks.cpp` (+26 -4) 📝 `src/lib/platform/MSWindowsDesks.h` (+2 -0) 📝 `src/lib/platform/OSXScreen.mm` (+46 -5) </details> ### 📄 Description ## Contributor Checklist: * [ ] I have created a file in the `doc/newsfragments` directory *IF* it is a user-visible change (and make sure to read the `README.md` in that directory) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 08:03:12 -06:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/barrier#1847
No description provided.