mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2026-02-05 04:06:20 -05:00
Core Wayland window system code and protocol
Receiving events breaks out of the poll and resets the time out. Effectively, this blocks the animation when the client receives events. As a quick fix, use timerfd for timing the animation. |
||
|---|---|---|
| compositor.c | ||
| connection.c | ||
| connection.h | ||
| egl-compositor.c | ||
| event-loop.c | ||
| flower.c | ||
| hash.c | ||
| input.c | ||
| Makefile | ||
| NOTES | ||
| pointer.c | ||
| wayland-client.c | ||
| wayland-client.h | ||
| wayland.c | ||
| wayland.h | ||