Commit 04337275 authored by Frank Richter's avatar Frank Richter
Browse files

Fix incorrect GLX pbuffer attributes terminator


The glXCreatePbuffer() documentation states that the attributes list
must be terminated with "None or NULL". However, GLX_NONE does not
have a null value. Mesa is sensitive to this.

Change-Id: I9606d95a6a0dadec446496abb8e0213950e3d700
Reviewed-by: default avatarMichael Brüning <michael.bruning@qt.io>
parent 685ce77c
Showing with 1 addition and 1 deletion
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment