MCPcopy Create free account
hub / github.com/ClassiCube/ClassiCube / Window_SetTitle

Function Window_SetTitle

src/Window_X11.c:460–465  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

458}
459
460void Window_SetTitle(const cc_string* title) {
461 Window win = Window_Main.Handle.val;
462 char str[NATIVE_STR_LEN];
463 String_EncodeUtf8(str, title);
464 XStoreName(win_display, win, str);
465}
466
467static char clipboard_copy_buffer[256];
468static char clipboard_paste_buffer[256];

Callers

nothing calls this directly

Calls 1

String_EncodeUtf8Function · 0.85

Tested by

no test coverage detected