- Setup libdecor, which is used automatically when available.
TODO: - xdg decorations - threading - thread-safe window manager
This commit is contained in:
@@ -38,7 +38,13 @@ static const cstring& egl_translate_type(EGLint type) {
|
||||
}
|
||||
|
||||
eglcontext::eglcontext(display_server* display)
|
||||
: glcontext(display) {
|
||||
: glcontext(display)
|
||||
, _egldisplay(nullptr)
|
||||
, _eglcontext(nullptr)
|
||||
, _eglconfig(nullptr)
|
||||
, _eglvmajor(0)
|
||||
, _eglvminor(0)
|
||||
, _eglctype(0){
|
||||
|
||||
EGLint config_attrs[] = {
|
||||
EGL_SURFACE_TYPE,
|
||||
|
||||
Reference in New Issue
Block a user