fbaccel: auto-blit, obsoleting the explicit blit() calls

probably needs refining on some platforms
This commit is contained in:
Stefan Seyfried
2013-09-28 11:57:26 +02:00
parent cfadfe3ae9
commit 116aba09b0
3 changed files with 28 additions and 12 deletions

View File

@@ -270,7 +270,7 @@ class CFrameBuffer
bool blitToPrimary(unsigned int * data, int dx, int dy, int sw, int sh);
void mark(int x, int y, int dx, int dy) { accel->mark(x, y, dx, dy); };
void blit() { accel->blit(); };
void blit() {};
void paintMuteIcon(bool paint, int ax, int ay, int dx, int dy, bool paintFrame=true);
enum