diff options
author | David Walter Seikel | 2014-04-17 15:28:34 +1000 |
---|---|---|
committer | David Walter Seikel | 2014-04-17 15:28:34 +1000 |
commit | f23749f97edd424de56b1fffb8b937d129e8c3e6 (patch) | |
tree | 74932a6f85e44ac51899663bc8d69ef777960546 /ClientHamr | |
parent | test_c -> widget, and some space clean up. (diff) | |
download | SledjHamr-f23749f97edd424de56b1fffb8b937d129e8c3e6.zip SledjHamr-f23749f97edd424de56b1fffb8b937d129e8c3e6.tar.gz SledjHamr-f23749f97edd424de56b1fffb8b937d129e8c3e6.tar.bz2 SledjHamr-f23749f97edd424de56b1fffb8b937d129e8c3e6.tar.xz |
LuaJIT isn't ready yet, and fix some typos.
Diffstat (limited to 'ClientHamr')
-rw-r--r-- | ClientHamr/GuiLua/GuiLua.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/ClientHamr/GuiLua/GuiLua.c b/ClientHamr/GuiLua/GuiLua.c index 3cb886f..ac156ed 100644 --- a/ClientHamr/GuiLua/GuiLua.c +++ b/ClientHamr/GuiLua/GuiLua.c | |||
@@ -48,7 +48,7 @@ Lua scripts do - | |||
48 | Than change the hash bang to use it. | 48 | Than change the hash bang to use it. |
49 | And if there's a matching module, load the module first, call gimmeSkin() on it. | 49 | And if there's a matching module, load the module first, call gimmeSkin() on it. |
50 | So that any with an internal default skin get that instead. | 50 | So that any with an internal default skin get that instead. |
51 | Same if theer's a module, but no skanf file. | 51 | Same if there's a module, but no skang file. |
52 | 52 | ||
53 | Making these packages all a sub package of skang seems like a great | 53 | Making these packages all a sub package of skang seems like a great |
54 | idea. On the other hand, looks like most things are just getting folded | 54 | idea. On the other hand, looks like most things are just getting folded |
@@ -59,7 +59,8 @@ package details. | |||
59 | See if I can use LuaJIT FFI here. Since this will be a library, and | 59 | See if I can use LuaJIT FFI here. Since this will be a library, and |
60 | skang apps could be written in C or Lua, perhaps writing this library to | 60 | skang apps could be written in C or Lua, perhaps writing this library to |
61 | be FFI friendly instead of the usual Lua C binding might be the way to | 61 | be FFI friendly instead of the usual Lua C binding might be the way to |
62 | go? | 62 | go? LuaJIT is not ready yet, since it needs include files copied into |
63 | Lua files, and does not support macros. | ||
63 | 64 | ||
64 | For the "GUI hosted in another app" case, we will need some sort of | 65 | For the "GUI hosted in another app" case, we will need some sort of |
65 | internal window manager running in that other app. | 66 | internal window manager running in that other app. |