mirror of
https://github.com/X11Libre/xf86-video-ati.git
synced 2026-03-24 01:24:43 +00:00
glamor: Fix glamor_block_handler argument in radeon_glamor_finish
I missed this before because this code isn't compiled with current xserver. Trivial.
This commit is contained in:
committed by
Michel Dänzer
parent
f533b1f654
commit
d9a139bc6d
@@ -85,7 +85,7 @@ radeon_glamor_finish(ScrnInfoPtr scrn)
|
||||
#if HAVE_GLAMOR_FINISH
|
||||
glamor_finish(scrn->pScreen);
|
||||
#else
|
||||
glamor_block_handler(scrn);
|
||||
glamor_block_handler(scrn->pScreen);
|
||||
glFinish();
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user