1
0
forked from vitrine/wmaker
Files
wmaker/wrlib-rs/patch_ffi.sed

5 lines
164 B
Sed
Executable File

# This file provides ad-hoc fixups to the wrlib-rs bindings provided by bindgen:
# - Import Xlib symbols so that everything compiles.
1s/^/use x11::xlib::*;\n\n/