insert some whitespace
This commit is contained in:
parent
ba58f65d00
commit
8cfa247c3f
1 changed files with 3 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue