This commit is contained in:
2026-06-24 10:30:21 -07:00
parent 274a686c58
commit fbebea374b
13 changed files with 44 additions and 2 deletions

View File

@ -2708,7 +2708,7 @@ namespace {
void runt_window_set_foreground(const FunctionCallbackInfo<Value> &args) {
HandleScope scope(args.GetIsolate());
int windowId = args[0]->ToInt32(isolate->GetCurrentContext()).ToLocalChecked()->Value();
// kinc_window_set_foreground(windowId); // TODO: add to Kore
kinc_window_set_foreground(windowId);
}
#define SET_FUNCTION_FAST(object, name, fn)\
@ -4038,7 +4038,7 @@ int kickstart(int argc, char **argv) {
start_runt(snapshot_found ? NULL : code);
#ifdef WITH_NETWORKING
#ifdef WITH_VIEWPORT
if (viewport_server_mode) {
kinc_log(KINC_LOG_LEVEL_INFO, "Initializing viewport server: %dx%d, shmem=%s",
viewport_width, viewport_height, viewport_shmem_name);