From 7700684ff6935c462a0797d66127a921e1670e47 Mon Sep 17 00:00:00 2001 From: Tomi Valkeinen Date: Tue, 28 Aug 2018 09:40:01 +0300 Subject: py/tests: rename zorder to zpos zpos is the official property. Signed-off-by: Tomi Valkeinen --- py/tests/plane_csc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'py/tests/plane_csc.py') diff --git a/py/tests/plane_csc.py b/py/tests/plane_csc.py index be92c00..f810627 100755 --- a/py/tests/plane_csc.py +++ b/py/tests/plane_csc.py @@ -37,7 +37,7 @@ req.add(plane, {"FB_ID": fb.id, "CRTC_Y": 0, "CRTC_W": fb.width, "CRTC_H": fb.height, - "zorder": 0}) + "zpos": 0}) r = req.commit_sync() print("Plane enable request returned %d\n" % r) -- cgit v1.2.3