Fix build
This commit is contained in:
parent
da5fc3d9e9
commit
d1c5970273
1 changed files with 2 additions and 0 deletions
|
@ -200,6 +200,8 @@ static AbstractWaylandOutput::SubPixel drmSubPixelToKWinSubPixel(drmModeSubPixel
|
|||
return AbstractWaylandOutput::SubPixel::Vertical_RGB;
|
||||
case DRM_MODE_SUBPIXEL_VERTICAL_BGR:
|
||||
return AbstractWaylandOutput::SubPixel::Vertical_BGR;
|
||||
default:
|
||||
Q_UNREACHABLE();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue