fix GLX_SLOW_CONFIG

This commit is contained in:
David Rose 2009-03-12 19:17:18 +00:00
parent b6a20ad509
commit 63b999d6ba

View File

@ -175,10 +175,9 @@ get_properties_advanced(FrameBufferProperties &properties,
pixmap_supported = true;
}
if (caveat & GLX_SLOW_CONFIG) {
slow = false;
if (caveat == GLX_SLOW_CONFIG) {
slow = true;
} else {
slow = false;
}
if ((drawable_type & GLX_WINDOW_BIT)==0) {