Refactor EGL handling

This commit is contained in:
Drew DeVault 2017-08-10 22:15:37 -04:00
parent 4aaf76cb66
commit c24351681f
26 changed files with 156 additions and 98 deletions

View file

@ -12,9 +12,9 @@
#include <wlr/backend/session.h>
#include <wlr/backend/drm.h>
#include <wlr/egl.h>
#include <wlr/util/list.h>
#include <backend/egl.h>
#include <backend/udev.h>
#include "drm-properties.h"