Rename display.c to device.c

Forgot to do that when renaming the struct.
This commit is contained in:
Simon Ser 2019-11-29 01:51:22 +01:00
parent ceb4a1ff9e
commit 49b4f46762
No known key found for this signature in database
GPG key ID: 0FDE7BE0E88F5E48
2 changed files with 1 additions and 1 deletions

View file

View file

@ -28,7 +28,7 @@ liftoff_lib = library(
meson.project_name(),
files(
'alloc.c',
'display.c',
'device.c',
'layer.c',
'list.c',
'log.c',