Update of /cvsroot/simspark/simspark/spark/kerosin/fontserver
In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv22543
Modified Files:
Tag: WIN32
font.h
Log Message:
- included OpenGL stuff
- changed handle from uint to GLuint
Index: font.h
===================================================================
RCS file: /cvsroot/simspark/simspark/spark/kerosin/fontserver/font.h,v
retrieving revision 1.1
retrieving revision 1.1.2.1
diff -C2 -d -r1.1 -r1.1.2.1
*** font.h 5 Dec 2005 21:38:22 -0000 1.1
--- font.h 28 Feb 2007 04:40:27 -0000 1.1.2.1
***************
*** 27,30 ****
--- 27,32 ----
#include "glyph.h"
+ #include <kerosin/openglserver/openglwrapper.h>
+
namespace kerosin
{
***************
*** 107,111 ****
//! OpenGL Texture ID
! unsigned int mTexID;
//! height (in pixels) of a row
--- 109,113 ----
//! OpenGL Texture ID
! GLuint mTexID;
//! height (in pixels) of a row
|