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/big_fb.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'py/tests/big_fb.py') diff --git a/py/tests/big_fb.py b/py/tests/big_fb.py index 54de685..dc08bd2 100755 --- a/py/tests/big_fb.py +++ b/py/tests/big_fb.py @@ -89,7 +89,7 @@ for i in range(0, len(conn_list)): 'CRTC_Y': 0, 'CRTC_W': mode.hdisplay, 'CRTC_H': mode.vdisplay, - 'zorder': 0}) + 'zpos': 0}) req.commit_sync(allow_modeset = True) @@ -187,7 +187,7 @@ class bigFB_db: 'CRTC_Y': 0, 'CRTC_W': mode.hdisplay, 'CRTC_H': mode.vdisplay, - 'zorder': 0}) + 'zpos': 0}) screen_offset += mode.hdisplay @@ -219,7 +219,7 @@ class bigFB_db: 'CRTC_Y': 0, 'CRTC_W': mode.hdisplay, 'CRTC_H': mode.vdisplay, - 'zorder': 0}) + 'zpos': 0}) screen_offset += mode.hdisplay -- cgit v1.2.3