summaryrefslogtreecommitdiffstats
path: root/kdecore/kmanagerselection.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kdecore/kmanagerselection.cpp')
-rw-r--r--kdecore/kmanagerselection.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kdecore/kmanagerselection.cpp b/kdecore/kmanagerselection.cpp
index b88990dbf..ef7110dc2 100644
--- a/kdecore/kmanagerselection.cpp
+++ b/kdecore/kmanagerselection.cpp
@@ -423,9 +423,9 @@ void KSelectionWatcher::init()
manager_atom = XInternAtom( dpy, "MANAGER", False );
XWindowAttributes attrs;
XGetWindowAttributes( dpy, RootWindow( dpy, screen ), &attrs );
- long event_mask = attrs.your_event_mask;
+ long event_tqmask = attrs.your_event_mask;
// StructureNotifyMask on the root window is needed
- XSelectInput( dpy, RootWindow( dpy, screen ), event_mask | StructureNotifyMask );
+ XSelectInput( dpy, RootWindow( dpy, screen ), event_tqmask | StructureNotifyMask );
}
}