gsl-shell.git - gsl-shell

index : gsl-shell.git
gsl-shell
summary refs log tree commit diff
diff options
context:
space:
mode:
Diffstat
-rw-r--r--fox/lua_fox_window.cpp 3
-rw-r--r--gui.lua 2
2 files changed, 3 insertions, 2 deletions
diff --git a/fox/lua_fox_window.cpp b/fox/lua_fox_window.cpp
index dee94e12..f7174dc7 100644
--- a/fox/lua_fox_window.cpp
+++ b/fox/lua_fox_window.cpp
@@ -556,5 +556,6 @@ fox_window_register (lua_State *L)
luaL_register (L, NULL, fox_window_methods);
lua_pop (L, 1);
- luaL_register (L, NULL, fox_window_functions);
+ luaL_register (L, "fox", fox_window_functions);
+ lua_pop(L, 1);
}
diff --git a/gui.lua b/gui.lua
index 61a62f81..09568b3f 100644
--- a/gui.lua
+++ b/gui.lua
@@ -8,7 +8,7 @@ local SEL = require 'fox-selector'
local OPTIONS = require 'fox-options'
local OP = require 'fox-method'
-local create = gsl.fox_window
+local create = fox.fox_window
local M = {}
generated by cgit v1.2.3 (git 2.39.1) at 2025年09月11日 09:03:52 +0000

AltStyle によって変換されたページ (->オリジナル) /