mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 23:58:50 +00: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,
|
requestor: Window,
|
||||||
time: Time,
|
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
|
// Creating and freeing pixmaps
|
||||||
CreatePixmap :: proc(
|
CreatePixmap :: proc(
|
||||||
display: ^Display,
|
display: ^Display,
|
||||||
|
|||||||
Reference in New Issue
Block a user