You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use consistent conditionals in render_system.hpp (#1294) (#1297)
These header files define the XVisualInfo type, which is used later in
this header based on different conditionals. In particular, the
evaluation of these conditionals differ on BSD, which appears to have
the headers needed so I don't believe that __linux__ is the correct
conditional to use.
Signed-off-by: Scott K Logan <[email protected]>
(cherry picked from commit 0d95ae1)
Co-authored-by: Scott K Logan <[email protected]>
0 commit comments