compositor-drm: Create header for backend internals
authorDaniel Stone <daniels@collabora.com>
Mon, 17 Jun 2019 11:13:46 +0000 (12:13 +0100)
committerDaniel Stone <daniels@collabora.com>
Wed, 26 Jun 2019 22:08:36 +0000 (23:08 +0100)
commitdd1bc50ba29346cb1b3342a49a8c6808a7363673
tree39e24ac5fecfd2c7ff61358195a66c2a1f3e8a55
parentc505af88207e1e634e56bd6b913e911dde1e5d9b
compositor-drm: Create header for backend internals

Create a new header called drm-internal.h, and move many of drm.c's
declarations and helpers to it.

This will allow us to split the DRM backend into multiple files.

Signed-off-by: Daniel Stone <daniels@collabora.com>
libweston/backend-drm/drm-internal.h [new file with mode: 0644]
libweston/backend-drm/drm.c