Feature #981
Create createWindow and destroyWindow private methods in OpenGL driver
Status: | Closed | Start date: | 06/12/2010 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | kervala | % Done: | 100% |
|
Category: | NeL: General | |||
Target version: | Version 0.8.0 |
Description
createWindow should only create the window with the requested size.
destroyWindow should destroy the window (and delete all stuff related to window = DC, GL context, etc... if they are initialized)
(other new private methods will need to be created later)
History
#1 Updated by kervala about 8 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
Applied in changeset r346.
#2 Updated by kervala about 8 years ago
- Target version set to Version 0.8.0
#3 Updated by kervala about 8 years ago
I also added unInit() which is the inverse method of init :)
unInit is called only once when driver is released().
#4 Updated by kervala about 8 years ago
Applied in changeset r347.
#5 Updated by kervala about 8 years ago
Applied in changeset r355.
#6 Updated by kervala about 8 years ago
- Status changed from Resolved to Closed