mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-15 14:16:02 -06:00
[PR #981] [MERGED] Remove some #defines that had no useful effect #1729
Labels
No labels
HiDPI
bounty
bsd/freebsd
bsd/openbsd
bug
bug
build-infra
cantfix
critical
doc
duplicate
enhancement
fix-available
from git
from release
good first issue
help wanted
installer/package
invalid
linux
macOS
meta
needs testing
pull-request
query
question
regression
regression
v2.4.0
windows
wontfix
work-in-progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/barrier#1729
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/debauchee/barrier/pull/981
Author: @whot
Created: 12/9/2020
Status: ✅ Merged
Merged: 12/9/2020
Merged by: @p12tic
Base:
master← Head:wip/simplify-ifdefs📝 Commits (3)
38390f9Undef X_DISPLAY_MISSINGf3eb891Move the XTest check to cmake1474f04Remove an unreachable preprocessor directive📊 Changes
11 files changed (+42 additions, -112 deletions)
View changed files
📝
CMakeLists.txt(+2 -3)📝
res/config.h.in(+0 -9)📝
src/lib/platform/IXWindowsImpl.h(+25 -33)📝
src/lib/platform/XWindowsClipboard.h(+1 -5)📝
src/lib/platform/XWindowsEventQueueBuffer.h(+1 -5)📝
src/lib/platform/XWindowsKeyState.cpp(+5 -9)📝
src/lib/platform/XWindowsKeyState.h(+4 -12)📝
src/lib/platform/XWindowsScreen.h(+1 -5)📝
src/lib/platform/XWindowsScreenSaver.cpp(+1 -21)📝
src/lib/platform/XWindowsScreenSaver.h(+1 -5)📝
src/lib/platform/XWindowsUtil.h(+1 -5)📄 Description
X_DISPLAY_MISSINGwas never set by anything and thus could never be trueHAVE_DPMS_PROTOTYPESwas always true in the one instance where we checked for itHAVE_X11_EXTENSIONS_XTEST_Hcaused a compiler error, moved to a cmake error now.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.