mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-17 20:23:47 -04:00
fix GLX_SLOW_CONFIG
This commit is contained in:
parent
b6a20ad509
commit
63b999d6ba
@ -175,10 +175,9 @@ get_properties_advanced(FrameBufferProperties &properties,
|
|||||||
pixmap_supported = true;
|
pixmap_supported = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (caveat & GLX_SLOW_CONFIG) {
|
|
||||||
slow = true;
|
|
||||||
} else {
|
|
||||||
slow = false;
|
slow = false;
|
||||||
|
if (caveat == GLX_SLOW_CONFIG) {
|
||||||
|
slow = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
if ((drawable_type & GLX_WINDOW_BIT)==0) {
|
if ((drawable_type & GLX_WINDOW_BIT)==0) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user