mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-11 22:03:01 -06:00
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:
parent
60c72b8769
commit
ca7e60660f
8 changed files with 43 additions and 17 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue