racket/src/wxcommon/wxGLConfig.h
2005-05-27 21:53:51 +00:00

15 lines
201 B
C++

class wxGLConfig : public wxObject {
public:
Bool doubleBuffered, stereo;
int stencil;
int accum;
int depth;
int multisample;
wxGLConfig();
~wxGLConfig();
wxGLConfig *Clone();
};