mirror of
https://github.com/odin-lang/Odin.git
synced 2026-05-03 11:34:41 +00:00
Merge pull request #5533 from weskerfoot/add-missing-xlib-proc
add missing xlib functions for getting and setting text properties
This commit is contained in:
12
vendor/x11/xlib/xlib_procs.odin
vendored
12
vendor/x11/xlib/xlib_procs.odin
vendored
@@ -389,6 +389,18 @@ foreign xlib {
|
||||
requestor: Window,
|
||||
time: Time,
|
||||
) ---
|
||||
GetTextProperty :: proc(
|
||||
display: ^Display,
|
||||
window: Window,
|
||||
text_prop_return: ^XTextProperty,
|
||||
property: Atom,
|
||||
) -> Status ---
|
||||
SetTextProperty :: proc(
|
||||
display: ^Display,
|
||||
window: Window,
|
||||
text_prop: ^XTextProperty,
|
||||
property: Atom,
|
||||
) ---
|
||||
// Creating and freeing pixmaps
|
||||
CreatePixmap :: proc(
|
||||
display: ^Display,
|
||||
|
||||
Reference in New Issue
Block a user