forked from vitrine/wmaker
5 lines
164 B
Sed
Executable File
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/
|