This commit is contained in:
gingerBill
2026-01-19 18:17:19 +00:00
2 changed files with 2 additions and 1 deletions

View File

@@ -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, "[")

View File

@@ -241,7 +241,7 @@ foreign xlib {
window: Window,
pixel: uint,
) ---
SetWindowBackgroundMap :: proc(
SetWindowBackgroundPixmap :: proc(
display: ^Display,
window: Window,
pixmap: Pixmap,