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

@ -23,6 +23,7 @@
#include <glib-object.h>
#include "backends/meta-backend-types.h"
#include "backends/meta-monitor-transform.h"
#include "meta/boxes.h"
/* Same as KMS mode flags and X11 randr flags */