aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ClientHamr/GuiLua/GuiLua.c
diff options
context:
space:
mode:
authorDavid Walter Seikel2014-04-18 18:37:15 +1000
committerDavid Walter Seikel2014-04-18 18:37:15 +1000
commit7aa6ef6854d69252294394419b6ac3f834bfcd42 (patch)
treec3abe73c7398f20d307d97b33bb68089e3fa732f /ClientHamr/GuiLua/GuiLua.c
parentClean up test.skang a little. (diff)
downloadSledjHamr-7aa6ef6854d69252294394419b6ac3f834bfcd42.zip
SledjHamr-7aa6ef6854d69252294394419b6ac3f834bfcd42.tar.gz
SledjHamr-7aa6ef6854d69252294394419b6ac3f834bfcd42.tar.bz2
SledjHamr-7aa6ef6854d69252294394419b6ac3f834bfcd42.tar.xz
A few comments++
Diffstat (limited to 'ClientHamr/GuiLua/GuiLua.c')
-rw-r--r--ClientHamr/GuiLua/GuiLua.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ClientHamr/GuiLua/GuiLua.c b/ClientHamr/GuiLua/GuiLua.c
index 27e01d7..3854bdd 100644
--- a/ClientHamr/GuiLua/GuiLua.c
+++ b/ClientHamr/GuiLua/GuiLua.c
@@ -60,7 +60,7 @@ See if I can use LuaJIT FFI here. Since this will be a library, and
60skang apps could be written in C or Lua, perhaps writing this library to 60skang apps could be written in C or Lua, perhaps writing this library to
61be FFI friendly instead of the usual Lua C binding might be the way to 61be FFI friendly instead of the usual Lua C binding might be the way to
62go? LuaJIT is not ready yet, since it needs include files copied into 62go? LuaJIT is not ready yet, since it needs include files copied into
63Lua files, and does not support macros. 63Lua files, and does not support macros, which EFL uses a lot of.
64 64
65For the "GUI hosted in another app" case, we will need some sort of 65For the "GUI hosted in another app" case, we will need some sort of
66internal window manager running in that other app. 66internal window manager running in that other app.