summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJesse Barnes <jbarnes@virtuousgeek.org>2011-10-27 17:47:58 -0700
committerJesse Barnes <jbarnes@virtuousgeek.org>2011-10-27 17:47:58 -0700
commit234b5c40b13f3fd211bff07a046aee00611e1a4f (patch)
treeaccd85ef7656bb7f2ccd5891fae1a0abf0518403 /tests
parent28d1be3f9bca0ef5fb87d5c8c45d71f7e94a4e2c (diff)
testdisplay: add stub disable_planes() function
To fix the compile with non-plane libdrms. Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
Diffstat (limited to 'tests')
-rw-r--r--tests/testdisplay.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/testdisplay.c b/tests/testdisplay.c
index a4d6d186..4138f9fd 100644
--- a/tests/testdisplay.c
+++ b/tests/testdisplay.c
@@ -804,6 +804,7 @@ disable_planes(int fd)
}
#else
static void enable_plane(struct connector *c) { return; }
+static void disable_planes(int fd) { return; }
#endif
static void