aboutsummaryrefslogtreecommitdiff
path: root/src/Screen.cc
diff options
context:
space:
mode:
authorPavel Labath <pavelo@centrum.sk>2011-07-08 13:35:42 (GMT)
committerPavel Labath <pavelo@centrum.sk>2011-11-01 09:57:21 (GMT)
commitdbc29ae953ab73b9cdd2a13dbe17a1eb0a8c863a (patch)
tree0ad775057cef0499f1e02d0946ecb2ac52cf3eed /src/Screen.cc
parentb3bd3805961c05776c7f398ce98082effebd8ca2 (diff)
downloadfluxbox_pavel-dbc29ae953ab73b9cdd2a13dbe17a1eb0a8c863a.zip
fluxbox_pavel-dbc29ae953ab73b9cdd2a13dbe17a1eb0a8c863a.tar.bz2
use Lua::registerInitFunction to simplify some parts of code
Diffstat (limited to 'src/Screen.cc')
-rw-r--r--src/Screen.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Screen.cc b/src/Screen.cc
index 215d48b..376c3f5 100644
--- a/src/Screen.cc
+++ b/src/Screen.cc
@@ -73,7 +73,7 @@
73#include "FbTk/STLUtil.hh" 73#include "FbTk/STLUtil.hh"
74#include "FbTk/KeyUtil.hh" 74#include "FbTk/KeyUtil.hh"
75#include "FbTk/Util.hh" 75#include "FbTk/Util.hh"
76#include "FbTk/Luamm.hh" 76#include "FbTk/LuaUtil.hh"
77 77
78//use GNU extensions 78//use GNU extensions
79#ifndef _GNU_SOURCE 79#ifndef _GNU_SOURCE