fix annoying gui flickering when fading is activated on nevis

Origin commit data
------------------
Commit: 80fbe7db4c
Author: gixxpunk <thomas.harfmann@gmail.com>
Date: 2013-10-20 (Sun, 20 Oct 2013)

Origin message was:
------------------
- fix annoying gui flickering when fading is activated on nevis
This commit is contained in:
gixxpunk
2013-10-20 10:31:50 +02:00
committed by vanhofen
parent 8b3a4a4bac
commit 760e71af9f
2 changed files with 2 additions and 2 deletions

View File

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