macro_rules! init {
() => { ... };
}
Expand description
Alot of the Xlib & Xft functions require pointers to uninitialized variables. It is very much not in the rust theme but that’s the price you pay for using c libraries.
macro_rules! init {
() => { ... };
}
Alot of the Xlib & Xft functions require pointers to uninitialized variables. It is very much not in the rust theme but that’s the price you pay for using c libraries.