Skip to content

Use _POSIX_C_SOURCE, use shm_open

Simon Ser requested to merge github/fork/emersion/xopen-source into master
  • Prefer _POSIX_C_SOURCE over _XOPEN_SOURCE where possible (we only need _XOPEN_SOURCE >= 500 for M_PI)
  • Simplify examples by using shm_open instead of XDG_RUNTIME_DIR
  • Don't link client examples to wlroots if possible

Merge request reports