Add support for with_visibility(), show(), hide() on X11.
This commit is contained in:
parent
0dc5086efb
commit
c9e1912eb7
2 changed files with 18 additions and 1 deletions
|
|
@ -1426,6 +1426,8 @@ extern "C" {
|
|||
index: libc::c_int) -> KeySym;
|
||||
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 XMapRaised(display: *mut Display, w: Window);
|
||||
pub fn XUnmapWindow(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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue