aboutsummaryrefslogtreecommitdiff
path: root/src/FbTk/LResource.hh
diff options
context:
space:
mode:
authorPavel Labath <pavelo@centrum.sk>2011-06-12 18:24:14 (GMT)
committerPavel Labath <pavelo@centrum.sk>2011-06-15 23:12:53 (GMT)
commit0271b1421c8caf9eb929a64e073fa3f57f697ed9 (patch)
treedc8ac9b58fc962da455cf5db520f7c3fbfdd0e3b /src/FbTk/LResource.hh
parent2ab8a36685b20d830be53454a2a2375a370ae8aa (diff)
downloadfluxbox_pavel-0271b1421c8caf9eb929a64e073fa3f57f697ed9.zip
fluxbox_pavel-0271b1421c8caf9eb929a64e073fa3f57f697ed9.tar.bz2
Add a function for converting from XResources to lua ones
Diffstat (limited to 'src/FbTk/LResource.hh')
-rw-r--r--src/FbTk/LResource.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/FbTk/LResource.hh b/src/FbTk/LResource.hh
index 185a029..1125707 100644
--- a/src/FbTk/LResource.hh
+++ b/src/FbTk/LResource.hh
@@ -38,6 +38,7 @@ namespace FbTk {
38class LResourceManager: public ResourceManager_base { 38class LResourceManager: public ResourceManager_base {
39public: 39public:
40 static void initState(lua::state &l); 40 static void initState(lua::state &l);
41 static void convert(ResourceManager &old, const std::string &new_file);
41 42
42 LResourceManager(const std::string &root, lua::state &l); 43 LResourceManager(const std::string &root, lua::state &l);
43 virtual bool save(const char *filename, const char *); 44 virtual bool save(const char *filename, const char *);