CFrameBuffer: Fix query for Apollo hardware

This commit is contained in:
Michael Liebmann
2013-10-21 09:18:46 +02:00
parent b3559e37f8
commit df43ca24fa

View File

@@ -583,7 +583,7 @@ void CFrameBuffer::setBlendLevel(int level)
if (ioctl(fd, FBIO_SETOPACITY, value)) if (ioctl(fd, FBIO_SETOPACITY, value))
printf("FBIO_SETOPACITY failed.\n"); printf("FBIO_SETOPACITY failed.\n");
#ifndef ISAPOLLO #ifndef BOXMODEL_APOLLO
if(level == 100) // TODO: sucks. if(level == 100) // TODO: sucks.
usleep(20000); usleep(20000);
#endif #endif