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/test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'py/tests/test.py') diff --git a/py/tests/test.py b/py/tests/test.py index b7bf6bd..7bb1f28 100755 --- a/py/tests/test.py +++ b/py/tests/test.py @@ -58,7 +58,7 @@ req.add(plane, {"FB_ID": fb.id, "CRTC_Y": 0, "CRTC_W": mode.hdisplay, "CRTC_H": mode.vdisplay, - "zorder": 0}) + "zpos": 0}) req.commit_sync(allow_modeset = True) -- cgit v1.2.3