[DEV] continue integration of Web interface

This commit is contained in:
Edouard DUPIN 2016-11-09 21:48:06 +01:00
parent 6b859a45a1
commit 00a7134a89
2 changed files with 4 additions and 2 deletions

View File

@ -10,7 +10,7 @@
#include <egami/egami.hpp>
extern "C" {
#include <freetype/ft2build.h>
#include <ft2build.h>
}
#include FT_FREETYPE_H

View File

@ -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);