[DEV] continue integration of Web interface
This commit is contained in:
parent
6b859a45a1
commit
00a7134a89
@ -10,7 +10,7 @@
|
||||
#include <egami/egami.hpp>
|
||||
|
||||
extern "C" {
|
||||
#include <freetype/ft2build.h>
|
||||
#include <ft2build.h>
|
||||
}
|
||||
#include FT_FREETYPE_H
|
||||
|
||||
|
@ -79,7 +79,9 @@ void ewol::widget::Windows::sysDraw() {
|
||||
gale::openGL::disable(gale::openGL::flag_stencilTest);
|
||||
gale::openGL::disable(gale::openGL::flag_alphaTest);
|
||||
gale::openGL::disable(gale::openGL::flag_fog);
|
||||
#if (!defined(__TARGET_OS__Android) && !defined(__TARGET_OS__IOs))
|
||||
#if ( !defined(__TARGET_OS__Android) \
|
||||
&& !defined(__TARGET_OS__IOs) \
|
||||
&& !defined(__TARGET_OS__Web))
|
||||
glPixelZoom(1.0,1.0);
|
||||
#endif
|
||||
gale::openGL::disable(gale::openGL::flag_texture2D);
|
||||
|
Loading…
x
Reference in New Issue
Block a user