summaryrefslogtreecommitdiff
path: root/py/tests/alpha-test.py
diff options
context:
space:
mode:
Diffstat (limited to 'py/tests/alpha-test.py')
-rwxr-xr-xpy/tests/alpha-test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/py/tests/alpha-test.py b/py/tests/alpha-test.py
index 9ae1539..e329ce4 100755
--- a/py/tests/alpha-test.py
+++ b/py/tests/alpha-test.py
@@ -54,7 +54,7 @@ for i in range(len(planes)):
"SRC_H": fb.height << 16,
"CRTC_W": fb.width,
"CRTC_H": fb.height,
- "zorder": i,
+ "zpos": i,
})
time.sleep(1)