terrafx.interop.xlib icon indicating copy to clipboard operation
terrafx.interop.xlib copied to clipboard

Interop bindings for Xlib.

Results 1 terrafx.interop.xlib issues
Sort by recently updated
recently updated
newest added

#Replace `void*` with `nuint` I have resolved with Window.cs from my own. ```cs amespace DeafMan1983.Interop.X11; [NativeTypeName("typedef unsigned long XID")] public readonly struct XID { public readonly nuint Handle; public XID(nuint...

proposal
untriaged