Linux functions from FTerm moved into the FTermLinux class

This commit is contained in:
Markus Gans 2018-06-12 16:52:26 +02:00
parent 231c30f740
commit 8a5b6d349d
1 changed files with 2 additions and 0 deletions

View File

@ -187,6 +187,7 @@ class FTermLinux
// FTermLinux inline functions // FTermLinux inline functions
//---------------------------------------------------------------------- //----------------------------------------------------------------------
#if defined(__linux__)
inline int FTermLinux::getFramebufferBpp() inline int FTermLinux::getFramebufferBpp()
{ return framebuffer_bpp; } { return framebuffer_bpp; }
@ -209,5 +210,6 @@ inline bool FTermLinux::isVGAFontUsed()
//---------------------------------------------------------------------- //----------------------------------------------------------------------
inline bool FTermLinux::isNewFontUsed() inline bool FTermLinux::isNewFontUsed()
{ return NewFont; } { return NewFont; }
#endif
#endif // FTERMLINUX_H #endif // FTERMLINUX_H