mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-13 01:21:38 -07:00
add missing xlib functions for getting and setting text properties
This commit is contained in:
Vendored
+12
@@ -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