Refactor backend state management

This commit is contained in:
Drew DeVault 2017-05-07 10:00:23 -04:00
parent 7e9feb70a0
commit 15b1ce9e6c
11 changed files with 196 additions and 126 deletions

View file

@ -12,6 +12,7 @@ add_library(wlr-backend
drm/backend.c
drm/drm.c
drm/udev.c
backend.c
egl.c
)