diff options
author | Daniel Vetter <daniel.vetter@ffwll.ch> | 2014-03-23 13:35:09 +0100 |
---|---|---|
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | 2014-03-23 13:47:09 +0100 |
commit | f5daeec724aea1613334f14d58b101a5c8e430b4 (patch) | |
tree | 055ceaf0a430f9d028653cfef0913e0bfb0ee241 /lib/igt_core.c | |
parent | 018f8c3c457d1609b18867a48a512e3639979dc9 (diff) |
lib: extract igt_aux.[hc]
And shovel all the various helpers in there.
Also move igt_set_vt_graphics_mode to igt_kms.h since the function is
implemented in igt_kms.c. And it fits better. I kinda missed this in
the prep work.
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'lib/igt_core.c')
-rw-r--r-- | lib/igt_core.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/igt_core.c b/lib/igt_core.c index cd094c43..ed631f16 100644 --- a/lib/igt_core.c +++ b/lib/igt_core.c @@ -58,6 +58,7 @@ #include "config.h" #include "igt_core.h" +#include "igt_aux.h" /** * SECTION:igt_core |