dotfiles/scripts/randomwallpaper/src/ffi.zig

5 lines
90 B
Zig

pub const c = @cImport({
@cInclude("xcb/xcb.h");
@cInclude("xcb/xinerama.h");
});