CFrameBuffer: Fix query for Apollo hardware

Origin commit data
------------------
Branch: ni/coolstream
Commit: df43ca24fa
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2013-10-21 (Mon, 21 Oct 2013)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
Michael Liebmann
2013-10-21 09:18:46 +02:00
parent b8bc783fd7
commit 7cc1a57baf

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