monitor-transform: Move helper functions into their own file

The existing ones are statically inlined, so there is no .c file
right now.

https://gitlab.gnome.org/GNOME/mutter/merge_requests/366
This commit is contained in:
Robert Mader
2019-01-05 14:15:23 +01:00
parent 490f27efcb
commit 676a8da005
7 changed files with 59 additions and 26 deletions

View File

@@ -202,6 +202,7 @@ mutter_sources = [
'backends/meta-monitor-manager-dummy.c',
'backends/meta-monitor-manager-dummy.h',
'backends/meta-monitor-manager-private.h',
'backends/meta-monitor-transform.h',
'backends/meta-orientation-manager.c',
'backends/meta-orientation-manager.h',
'backends/meta-output.c',