Constant x11rb_protocol::resource_manager::MAX_INCLUSION_DEPTH
source ยท const MAX_INCLUSION_DEPTH: u8 = 100;
Expand description
Maximum nesting of #include directives, same value as Xlib uses.
After following this many #include
directives, further includes are ignored.