[Igarden-commit] CommonSource/CQTImagePane CGWorld.h,1.11,1.12
Status: Beta
Brought to you by:
jlbedell
|
From: Jeffrey B. <jlb...@us...> - 2007-02-22 04:20:14
|
Update of /cvsroot/igarden/CommonSource/CQTImagePane In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv28705 Modified Files: CGWorld.h Log Message: Win32 changes Index: CGWorld.h =================================================================== RCS file: /cvsroot/igarden/CommonSource/CQTImagePane/CGWorld.h,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** CGWorld.h 7 Oct 2006 23:57:28 -0000 1.11 --- CGWorld.h 22 Feb 2007 04:20:10 -0000 1.12 *************** *** 10,14 **** --- 10,16 ---- #if OPT_MACOS #include <QDOffscreen.h> + #include <opengl/gl.h> #else + #include <gl/gl.h> typedef uint32 GWorldFlags; typedef void* CTabHandle; // Placeholder JeffB *************** *** 22,26 **** using namespace yaaf; ! class CGWorld { public: CGWorld(const Rect& inBounds, --- 24,28 ---- using namespace yaaf; ! class YAAF_API CGWorld { public: CGWorld(const Rect& inBounds, |