- Implemented EGL Context
This commit is contained in:
@@ -25,8 +25,7 @@ namespace fennec
|
||||
{
|
||||
|
||||
STATIC_CONSTRUCTOR(_init_linux) {
|
||||
static linux_platform* platform = new linux_platform();
|
||||
file::cout().write(platform, sizeof(platform), 1);
|
||||
static linux_platform platform;
|
||||
}
|
||||
|
||||
void linux_platform::initialize() {
|
||||
@@ -34,7 +33,7 @@ void linux_platform::initialize() {
|
||||
}
|
||||
|
||||
void linux_platform::shutdown() {
|
||||
|
||||
platform::shutdown();
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user