Draw: support for LinuxGL, Sql: operator*=(VectorMap, SqlSelect)

git-svn-id: svn://ultimatepp.org/upp/trunk@6283 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2013-08-28 11:43:07 +00:00
parent 60c72b8769
commit ca7e60660f
8 changed files with 43 additions and 17 deletions

View file

@ -246,8 +246,8 @@ Vector<FaceInfo> GetAllFacesSys()
#define GLYPHINFOCACHE 31
#ifdef flagWINGL
#include <WinGl/FontGl.h>
#include <WinGl/ResGl.h>
#include <CoreGl/FontGl.h>
#include <CoreGl/ResGl.h>
GlyphInfo GetGlyphInfoSys(Font font, int chr)
{
static GlyphInfo gi;