Skip to content

Commit

Permalink
eglfs/openwfd: do not purge QSurfaceFormat fields
Browse files Browse the repository at this point in the history
Change-Id: I6c1d83624838362f6a3daa6c2b309fb518a25d4b
Fixes: QTBUG-75673
Reviewed-by: Janne Koskinen <[email protected]>
Reviewed-by: Johan Helsing <[email protected]>
  • Loading branch information
alpqr committed May 8, 2019
1 parent 516ab2a commit 1f04b09
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ EGLNativeWindowType QEglFSOpenWFDIntegration::createNativeWindow(QPlatformWindow

QSurfaceFormat QEglFSOpenWFDIntegration::surfaceFormatFor(const QSurfaceFormat &inputFormat) const
{
QSurfaceFormat format;
QSurfaceFormat format = inputFormat;
format.setRedBufferSize(8);
format.setGreenBufferSize(8);
format.setBlueBufferSize(8);
Expand Down

0 comments on commit 1f04b09

Please sign in to comment.