From: Dana Jansens Date: Tue, 23 Jul 2002 06:04:08 +0000 (+0000) Subject: add comment X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=733b4f4a3366eca53dc68fd40069b673b0261c96;p=chaz%2Fopenbox add comment --- diff --git a/src/blackbox.cc b/src/blackbox.cc index 43f02f24..29de8820 100644 --- a/src/blackbox.cc +++ b/src/blackbox.cc @@ -439,6 +439,7 @@ void Blackbox::process_event(XEvent *e) { if ( i > 0 ) e = &realevent; + // the pointer is on the wrong screen if (! e->xmotion.same_screen) break;