diff options
Diffstat (limited to 'src/fluxbox.cc')
-rw-r--r-- | src/fluxbox.cc | 6 |
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; |