Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: unbreak compilation on OpenBSD #1188

Merged
merged 1 commit into from
Feb 10, 2024
Merged

Fix: unbreak compilation on OpenBSD #1188

merged 1 commit into from
Feb 10, 2024

Commits on Feb 10, 2024

  1. core: use pthread_setschedparam on OpenBSD

    OpenBSD don't have support for sched_getparam(), sched_setparam(), or
    sched_setscheduler() functions (yet). In this case, we need use
    pthead-equivalents for real-time sched for picom. Theses changes add
    this support.
    
    Authored-by: Jose Maldonado aka Yukiteru <josemald89@gmail.com>
    Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
    yukiteruamano authored and yshui committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    023103c View commit details
    Browse the repository at this point in the history