browser-window-c 0.0.3

FFI bindings for the browser-window crate.
Documentation
1
2
3
4
5
6
7
8
#include "../gl_surface.h"



bw_GlSurfaceImpl bw_GlSurfaceImpl_new( bw_Window* window ) {

	glxCreateWindow( display, config, bw_Window_getXWindowHandle( window ) )
}