summaryrefslogtreecommitdiffstats
path: root/source/x11-helper.c
diff options
context:
space:
mode:
authorQC <qball@gmpclient.org>2015-02-15 21:15:16 +0100
committerQC <qball@gmpclient.org>2015-02-15 21:15:16 +0100
commitdee0bfb821df56a58fbc006cbe28954b1a2b5008 (patch)
tree910543f1ae090c90a4aab3d9d88a5375da7574ef /source/x11-helper.c
parentb6652a022114b3c5982523637d30551d16f31553 (diff)
Fix #128: Better handling of keybindings and remove deprecated launching.
See manpage.
Diffstat (limited to 'source/x11-helper.c')
-rw-r--r--source/x11-helper.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/x11-helper.c b/source/x11-helper.c
index a187810e..4f2de7b6 100644
--- a/source/x11-helper.c
+++ b/source/x11-helper.c
@@ -412,7 +412,7 @@ void x11_setup ( Display *display )
extern Colormap map;
extern XVisualInfo vinfo;
-int truecolor = FALSE;
+int truecolor = FALSE;
void create_visual_and_colormap ( Display *display )
{
int screen = DefaultScreen ( display );