| 685 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern IntPtr backend_opengl_glx_get_display (); |
| 686 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern IntPtr backend_opengl_glx_get_drawable(); |
| 687 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern IntPtr backend_opengl_egl_get_context (); |
| 688 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern IntPtr backend_opengl_egl_get_display (); |
| 689 | |
| 690 | /////////////////////////////////////////// |