mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2026-02-17 22:05:58 -05:00
Merge branch 'Torrekie-main-patch-86758' into 'main'
Add Darwin support Closes #310 See merge request wayland/wayland!380
This commit is contained in:
commit
5bbf292d4c
13 changed files with 215 additions and 18 deletions
|
|
@ -45,6 +45,14 @@
|
|||
#include "wayland-server-private.h"
|
||||
#include "wayland-os.h"
|
||||
|
||||
#ifdef __APPLE__
|
||||
/* epoll-shim should provide this by design */
|
||||
struct itimerspec {
|
||||
struct timespec it_interval;
|
||||
struct timespec it_value;
|
||||
};
|
||||
#endif
|
||||
|
||||
/** \cond INTERNAL */
|
||||
|
||||
#define TIMER_REMOVED -2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue