MCPcopy Create free account
hub / github.com/Bloom-Engine/engine / display

Function display

native/linux/src/lib.rs:208–208  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

206 }
207
208 pub fn display() -> *mut x11::xlib::Display { unsafe { DISPLAY } }
209 pub fn window() -> x11::xlib::Window { unsafe { X11_WINDOW } }
210
211 pub fn set_window_title(title: &str) {

Callers 1

bloom_init_windowFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected