Fix incomplete commits 678bea5b

(cherry picked from commit b45137ace0)
v3.5.13-sru
Timothy Pearson 12 years ago committed by Slávek Banko
parent ff91f3f28f
commit 4406838578

@ -53,6 +53,9 @@ bool in_internal_mode = FALSE;
bool MyApp::x11EventFilter( XEvent *ev )
{
if (ev->type == ButtonPress || ev->type == ButtonRelease || ev->type == MotionNotify) {
emit mouseInteraction(ev);
}
if (ev->type == XKeyPress || ev->type == ButtonPress) {
emit activity();
}

Loading…
Cancel
Save