Add an interface for providing system wide initialization options to the windowing system.
This allows setting up Linux based systems which use multithreaded OpenGL contexts.
This commit is contained in:
parent
d8ca679a6e
commit
97c471dc05
4 changed files with 18 additions and 0 deletions
|
|
@ -1410,6 +1410,7 @@ extern "C" {
|
|||
pub fn XMoveWindow(display: *mut Display, w: Window, x: libc::c_int, y: libc::c_int);
|
||||
pub fn XMapWindow(display: *mut Display, w: Window);
|
||||
pub fn XNextEvent(display: *mut Display, event_return: *mut XEvent);
|
||||
pub fn XInitThreads() -> Status;
|
||||
pub fn XOpenDisplay(display_name: *const libc::c_char) -> *mut Display;
|
||||
pub fn XPeekEvent(display: *mut Display, event_return: *mut XEvent);
|
||||
pub fn XRefreshKeyboardMapping(event_map: *const XEvent);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue