mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 00:41:17 +02:00
framebuffer,loadSetup: fix TD build
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