mirror of
https://github.com/odin-lang/Odin.git
synced 2026-02-14 23:33:15 +00:00
Merge branch 'master' of https://github.com/odin-lang/Odin
This commit is contained in:
@@ -619,6 +619,7 @@ endpoint_to_string :: proc(ep: Endpoint, allocator := context.temp_allocator) ->
|
||||
switch a in ep.address {
|
||||
case IP4_Address:
|
||||
strings.write_string(&b, s)
|
||||
strings.write_string(&b, ":")
|
||||
strings.write_int(&b, ep.port)
|
||||
case IP6_Address:
|
||||
strings.write_string(&b, "[")
|
||||
|
||||
2
vendor/x11/xlib/xlib_procs.odin
vendored
2
vendor/x11/xlib/xlib_procs.odin
vendored
@@ -241,7 +241,7 @@ foreign xlib {
|
||||
window: Window,
|
||||
pixel: uint,
|
||||
) ---
|
||||
SetWindowBackgroundMap :: proc(
|
||||
SetWindowBackgroundPixmap :: proc(
|
||||
display: ^Display,
|
||||
window: Window,
|
||||
pixmap: Pixmap,
|
||||
|
||||
Reference in New Issue
Block a user