Skip to content

glx: Fix error return code in GLXGetDrawableAttributes

Adam Jackson requested to merge ajax/xserver:glx-gda-error-fix into master

This should only ever throw GLXBadDrawable, says the protocol spec.

Merge request reports