mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-14 00:43:35 +02:00
framebuffer,loadSetup: fix TD build
Origin commit data
------------------
Commit: 26f85435a8
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-03-11 (Sun, 11 Mar 2012)
This commit is contained in:
@@ -237,8 +237,8 @@ class CFrameBuffer
|
||||
void resize(int format);
|
||||
void update(void);
|
||||
#else
|
||||
int scaleX(const int x, bool) { return x; };
|
||||
int scaleY(const int y, bool) { return y; };
|
||||
int scaleX(const int x, bool __attribute__((unused)) clamp = true) { return x; };
|
||||
int scaleY(const int y, bool __attribute__((unused)) clamp = true) { return y; };
|
||||
void resize(int) {};
|
||||
void update(void) {};
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user