00001 #ifndef __QGLVUCONTEXT_H__ 00002 #define __QGLVUCONTEXT_H__ 00003 00004 #include <qgl.h> 00005 00007 00020 class QGLVUContext : public QGLContext 00021 { 00022 public: 00023 QGLVUContext(const QGLFormat& format, QPaintDevice* device) 00024 : QGLContext(format, device) {} 00025 virtual ~QGLVUContext() {} 00026 00030 virtual void doneCurrent() { QGLContext::doneCurrent(); }; 00031 }; 00032 00033 #endif //__QGLVUCONTEXT_H__
1.2.10 written by Dimitri van Heesch,
© 1997-2001