Fix EGL for wayland.

This commit is contained in:
Victor Berger 2015-12-30 23:09:27 +01:00
parent cab61a1367
commit 508e8cf665
2 changed files with 7 additions and 7 deletions

View file

@ -461,7 +461,7 @@ impl Default for PixelFormatRequirements {
alpha_bits: Some(8),
depth_bits: Some(24),
stencil_bits: Some(8),
double_buffer: Some(true),
double_buffer: None,
multisampling: None,
stereoscopy: false,
srgb: false,