aboutsummaryrefslogtreecommitdiff
path: root/src/Screen.cc
diff options
context:
space:
mode:
authorPavel Labath <pavelo@centrum.sk>2011-07-08 13:35:42 (GMT)
committerPaul Tagliamonte <paultag@fluxbox.org>2012-04-07 02:11:30 (GMT)
commite7d184a90b8a9a68b0177e29d47f6d9b1abeadbf (patch)
tree57e017608d02234e4e3b14e39d26c7240e415b40 /src/Screen.cc
parent42b54c31ed07df2e3d68bcff8882104c5f7bd50b (diff)
downloadfluxbox_paul-e7d184a90b8a9a68b0177e29d47f6d9b1abeadbf.zip
fluxbox_paul-e7d184a90b8a9a68b0177e29d47f6d9b1abeadbf.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 18a710e..112e120 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