]> Dogcows Code - chaz/openbox/blobdiff - util/epist/epist.cc
insert some whitespace
[chaz/openbox] / util / epist / epist.cc
index 6e954aec9a787fd0ae60d0a1347a852d144fd4ca..25f7e62ab9a6e5e6031678528efbe17aec873f76 100644 (file)
@@ -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:
This page took 0.025439 seconds and 4 git commands to generate.