Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Unmaintained
KDE Workspace
Commits
aacfda87
Commit
aacfda87
authored
Jan 22, 2013
by
Thomas Lübking
Browse files
don't stopMousePolling when not started
REVIEW: 108536 BUG: 313655
parent
efc3922d
Changes
1
Hide whitespace changes
Inline
Side-by-side
kwin/effects/mouseclick/mouseclick.cpp
View file @
aacfda87
...
...
@@ -68,7 +68,8 @@ MouseClickEffect::~MouseClickEffect()
if
(
!
s_XrBuffer
.
isNull
())
XFreePixmap
(
display
(),
s_XrBuffer
.
handle
());
#endif
effects
->
stopMousePolling
();
if
(
m_enabled
)
effects
->
stopMousePolling
();
foreach
(
const
MouseEvent
*
click
,
m_clicks
)
{
delete
click
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment