// SPDX-License-Identifier: Unlicense OR MIT package app /* #include */ import "C" func (w *window) eglDestroy() { } func (w *window) eglDisplay() _EGLNativeDisplayType { return nil } func (w *window) eglWindow(visID int) (_EGLNativeWindowType, int, int, error) { win, width, height := w.nativeWindow(visID) return _EGLNativeWindowType(win), width, height, nil }