cogl: Remove poll renderer

As it is only composed of idle callbacks now, replace
those functions where they are used

Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/3887>
This commit is contained in:
Bilal Elmoussaoui
2024-07-17 00:25:56 +02:00
committed by Marge Bot
parent 24c338cc0e
commit c65bb3b9ce
14 changed files with 21 additions and 226 deletions

View File

@ -23,6 +23,7 @@
#include <fcntl.h>
#include <glib/gstdio.h>
#include <linux/dma-buf.h>
#include <poll.h>
#include <sys/ioctl.h>
#include <sys/timerfd.h>
#include <xf86drm.h>