]> git.sesse.net Git - nageru/commit
Expose the absolute path to the theme in Nageru.THEME_PATH.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Thu, 1 Mar 2018 19:08:59 +0000 (20:08 +0100)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Thu, 1 Mar 2018 19:08:59 +0000 (20:08 +0100)
commit16e654819e2254ef045b60b7751a918558c4a13a
tree6ff51b5f0f7c682bc08581b4f9231acf39cd0030
parent4ed8afda0ec060a66ca6af76d15afe62af543849
Expose the absolute path to the theme in Nageru.THEME_PATH.

Presumably useful if the theme wants to open up CEF stuff that is relative
to its own path (perhaps even in the same directory).

Also don't let themes return values (with LUA_MULTRET); they'd just hit the
assert one line further down anyway.
theme.cpp
theme.h