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

Function window

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

Source from the content-addressed store, hash-verified

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) {
212 unsafe {

Callers 3

bloom_init_windowFunction · 0.85
bloom_init_windowFunction · 0.85
bloom_get_languageFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected