Codebase list ruby-fxruby / upstream/1.6.29 ext / fox16_c / include / FXRbGLCanvasVirtuals.h
upstream/1.6.29

Tree @upstream/1.6.29 (Download .tar.gz)

FXRbGLCanvasVirtuals.h @upstream/1.6.29raw · history · blame

public:
  // Overrides the base class version of makeCurrent()
  virtual FXbool makeCurrent();

  // Overrides the base class version of makeNonCurrent()
  virtual FXbool makeNonCurrent();

  // Overrides the base class version of isCurrent()
  virtual FXbool isCurrent() const;

  // Overrides the base class version of swapBuffers()
  virtual void swapBuffers();