forked from LeenkxTeam/LNXRNT
Update
This commit is contained in:
@ -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);
|
||||
|
||||
Reference in New Issue
Block a user