insert some whitespace

This commit is contained in:
Dana Jansens 2002-07-19 22:34:35 +00:00
parent ba58f65d00
commit 8cfa247c3f

View file

@ -92,6 +92,7 @@ epist::~epist() {
delete _xatom; delete _xatom;
} }
// XGrabKey(_epist->getXDisplay(), XKeysymToKeycode(_epist->getXDisplay(), // XGrabKey(_epist->getXDisplay(), XKeysymToKeycode(_epist->getXDisplay(),
// XStringToKeysym("F5")), // XStringToKeysym("F5")),
// Mod1Mask, _root, True, GrabModeAsync, GrabModeAsync); // Mod1Mask, _root, True, GrabModeAsync, GrabModeAsync);
@ -110,6 +111,8 @@ void epist::activateGrabs() {
} }
} }
} }
bool epist::handleSignal(int sig) { bool epist::handleSignal(int sig) {
switch (sig) { switch (sig) {
case SIGHUP: case SIGHUP: