smithay 0.6.0

Smithay is a library for writing wayland compositors.
Documentation
1
2
3
4
5
#include <gbm.h>

void test() {
    gbm_bo_create_with_modifiers2(NULL, 0, 0, 0, NULL, 0, 0);
}