]> git.tdb.fi Git - libs/gui.git/commit
Redesign and refactor
authorMikko Rasa <tdb@tdb.fi>
Thu, 13 Dec 2007 15:07:01 +0000 (15:07 +0000)
committerMikko Rasa <tdb@tdb.fi>
Thu, 13 Dec 2007 15:07:01 +0000 (15:07 +0000)
commit2d1312772711709fc44cb1a39283329864c25100
treec0026455aca9aecf63a04e5b199669d72ff9f05a
parentefdfd047fac06547a5a9173f25dea42aeef0a93f
Redesign and refactor
Add class Display for access to the graphical environemnt before any windows are created
Replace GLWindow with an independent GLContext class
Put stuff into namespace Graphics
Support for querying and changing video modes
Handle Xlib errors
14 files changed:
Build
source/display.cpp [new file with mode: 0644]
source/display.h [new file with mode: 0644]
source/glcontext.cpp [new file with mode: 0644]
source/glcontext.h [new file with mode: 0644]
source/glwindow.cpp [deleted file]
source/glwindow.h [deleted file]
source/keyboard.cpp
source/keyboard.h
source/mouse.cpp
source/mouse.h
source/types.h [new file with mode: 0644]
source/window.cpp
source/window.h