Simon Ser
Simon Ser
Still not sure how much we can/want to do in the backend. - Try importing and scanning out the DMA-BUF directly - If this doesn't work, fallback to a GPU...
When modesetting an output, perform device-wide atomic test-only commits: * Try allocating a buffer with modifiers * If that doesn't work, try allocating a buffer without modifiers * If that...
Now that locking a buffer guarantees it won't be destroyed until it's unlocked, we can probably remove a bunch of buffer destroy listeners.
Instead of `textproto.MIMEHeader`.
Some internal constants and types don't need to be expose to users. Unexport those.
Or maybe this should be a separate tool? Anyways, would be nice to have a CLI tool to pipe an email into a milter from the CLI, and milter-check is...
See: * https://github.com/alexzielenski/StartAtLoginController * https://blog.timschroeder.net/2012/07/03/the-launch-at-login-sandbox-project/
Fixed in a recent mingw-w64 ``` # github.com/andlabs/ui ../../andlabs/ui/libui_windows_amd64.a(stddialogs.cpp.obj): In function `msgbox': /home/simon/projects/libui/windows/stddialogs.cpp:113: undefined reference to `__imp_TaskDialog' collect2: error: ld returned 1 exit status ```