Linux functions from FTerm moved into the FTermLinux class
This commit is contained in:
parent
231c30f740
commit
8a5b6d349d
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue