CFrameBuffer: Fix query for Apollo hardware

Origin commit data
------------------
Commit: df43ca24fa
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2013-10-21 (Mon, 21 Oct 2013)
This commit is contained in:
Michael Liebmann
2013-10-21 09:18:46 +02:00
parent 38f34886e6
commit a6eefc134f

View File

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