fix definition of invalidateTextureCache after TouchGFX update
This commit is contained in:
@ -0,0 +1,19 @@
|
||||
/**
|
||||
* @file PaintImpl.cpp
|
||||
*
|
||||
* fixes definition of invalidateTextureCache
|
||||
*/
|
||||
#ifndef TOUCHGFX_PAINTIMPL_HPP
|
||||
#define TOUCHGFX_PAINTIMPL_HPP
|
||||
|
||||
#include <touchgfx/hal/Paint.hpp>
|
||||
|
||||
namespace touchgfx {
|
||||
namespace paint {
|
||||
|
||||
void invalidateTextureCache() {}
|
||||
|
||||
} // namespace paint
|
||||
} // namespace touchgfx
|
||||
|
||||
#endif // TOUCHGFX_PAINTIMPL_HPP
|
||||
Reference in New Issue
Block a user