aboutsummaryrefslogtreecommitdiff
path: root/src/fluxbox.cc
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2003-07-10 12:00:49 (GMT)
committerfluxgen <fluxgen>2003-07-10 12:00:49 (GMT)
commit4fb480525128bbc3696e4f3316fbd2184d3cd5a2 (patch)
tree34e855f27492424d1b267be66249b8f94bda5032 /src/fluxbox.cc
parent0e1a719781b0a28ddf3f6d8dbdd10a963fef9bfa (diff)
downloadfluxbox-4fb480525128bbc3696e4f3316fbd2184d3cd5a2.zip
fluxbox-4fb480525128bbc3696e4f3316fbd2184d3cd5a2.tar.bz2
minor cleaning
Diffstat (limited to 'src/fluxbox.cc')
-rw-r--r--src/fluxbox.cc6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/fluxbox.cc b/src/fluxbox.cc
index 75a6502..eaa62f9 100644
--- a/src/fluxbox.cc
+++ b/src/fluxbox.cc
@@ -22,7 +22,7 @@
22// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 22// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
23// DEALINGS IN THE SOFTWARE. 23// DEALINGS IN THE SOFTWARE.
24 24
25// $Id: fluxbox.cc,v 1.169 2003/07/04 14:06:20 rathnor Exp $ 25// $Id: fluxbox.cc,v 1.170 2003/07/10 12:00:49 fluxgen Exp $
26 26
27#include "fluxbox.hh" 27#include "fluxbox.hh"
28 28
@@ -877,7 +877,6 @@ void Fluxbox::handleEvent(XEvent * const e) {
877 } 877 }
878 } break; 878 } break;
879 case FocusIn: { 879 case FocusIn: {
880
881 if (e->xfocus.mode == NotifyUngrab || 880 if (e->xfocus.mode == NotifyUngrab ||
882 e->xfocus.detail == NotifyPointer) 881 e->xfocus.detail == NotifyPointer)
883 break; 882 break;
@@ -888,9 +887,6 @@ void Fluxbox::handleEvent(XEvent * const e) {
888 887
889 } break; 888 } break;
890 case FocusOut:{ 889 case FocusOut:{
891#ifdef DEBUG
892 cerr<<__FILE__<<"("<<__FUNCTION__<<") Focus out!"<<endl;
893#endif // DEBUG
894 if (e->xfocus.mode == NotifyUngrab || 890 if (e->xfocus.mode == NotifyUngrab ||
895 e->xfocus.detail == NotifyPointer) 891 e->xfocus.detail == NotifyPointer)
896 break; 892 break;