mirror of
https://github.com/odin-lang/Odin.git
synced 2025-12-28 17:04:34 +00:00
xlib: add proc binding for SetWindowBorder
This commit is contained in:
5
vendor/x11/xlib/xlib_procs.odin
vendored
5
vendor/x11/xlib/xlib_procs.odin
vendored
@@ -217,6 +217,11 @@ foreign xlib {
|
||||
window: Window,
|
||||
width: u32,
|
||||
) ---
|
||||
SetWindowBorder :: proc(
|
||||
display: ^Display,
|
||||
window: Window,
|
||||
pixel: uint,
|
||||
) ---
|
||||
// Window: changing stacking order
|
||||
RaiseWindow :: proc(display: ^Display, window: Window) ---
|
||||
LowerWindow :: proc(display: ^Display, window: Window) ---
|
||||
|
||||
Reference in New Issue
Block a user