amyadzuki 7 лет назад
Родитель
Сommit
d5d4c880bb
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      window/window.go

+ 1 - 0
window/window.go

@@ -23,6 +23,7 @@ type IWindowManager interface {
 // IWindow is the interface for all windows
 // IWindow is the interface for all windows
 type IWindow interface {
 type IWindow interface {
 	core.IDispatcher
 	core.IDispatcher
+	Window() interface{}
 	MakeContextCurrent()
 	MakeContextCurrent()
 	FramebufferSize() (width int, height int)
 	FramebufferSize() (width int, height int)
 	Scale() (x float64, y float64)
 	Scale() (x float64, y float64)