Project

General

Profile

« Previous | Next » 

Revision d40db6a2

Added by skyjake about 8 years ago

Refactor|libgui: Renamed window classes, removed extra FBO

The window itself has an FBO for rendering into, so let's not have
an extra one for no real reason.

Renamed window classes:
- Canvas => WindowEventHandler (just input event handling)
- CanvasWindow => GLWindow (window + drawing)
- PersistentCanvasWindow => PersistentGLWindow

Files

  • added
  • modified
  • copied
  • renamed
  • deleted

View differences