From 8cfa247c3fd0dde18ea5cda42f8e319f01545fd6 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Fri, 19 Jul 2002 22:34:35 +0000 Subject: [PATCH] insert some whitespace --- util/epist/epist.cc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/util/epist/epist.cc b/util/epist/epist.cc index 6e954aec..25f7e62a 100644 --- a/util/epist/epist.cc +++ b/util/epist/epist.cc @@ -92,6 +92,7 @@ epist::~epist() { delete _xatom; } + // XGrabKey(_epist->getXDisplay(), XKeysymToKeycode(_epist->getXDisplay(), // XStringToKeysym("F5")), // Mod1Mask, _root, True, GrabModeAsync, GrabModeAsync); @@ -110,6 +111,8 @@ void epist::activateGrabs() { } } } + + bool epist::handleSignal(int sig) { switch (sig) { case SIGHUP: -- 2.44.0