diff options
Diffstat (limited to 'py/tests')
| -rwxr-xr-x | py/tests/test.py | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/py/tests/test.py b/py/tests/test.py index 83cf16a..3f9e205 100755 --- a/py/tests/test.py +++ b/py/tests/test.py @@ -28,7 +28,7 @@ else:  	origfb = pykms.DumbFramebuffer(card, mode.hdisplay, mode.vdisplay, "XR24");  if args.dmabuf: -	fb = pykms.ExtFramebuffer(card, origfb.width, origfb.height, origfb.format, +        fb = pykms.DmabufFramebuffer(card, origfb.width, origfb.height, origfb.format,  		[origfb.fd(0)], [origfb.stride(0)], [origfb.offset(0)])  else:  	fb = origfb  | 
