Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Plasma
KWin
Commits
ce071003
Commit
ce071003
authored
Nov 26, 2014
by
Martin Flöser
Browse files
Make PointerInterface::focusedSurface public
parent
bafb03bd
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/wayland/pointer_interface.h
View file @
ce071003
...
...
@@ -37,10 +37,10 @@ class KWAYLANDSERVER_EXPORT PointerInterface : public Resource
Q_OBJECT
public:
virtual
~
PointerInterface
();
SurfaceInterface
*
focusedSurface
()
const
;
private:
void
setFocusedSurface
(
SurfaceInterface
*
surface
,
quint32
serial
);
SurfaceInterface
*
focusedSurface
()
const
;
void
buttonPressed
(
quint32
button
,
quint32
serial
);
void
buttonReleased
(
quint32
button
,
quint32
serial
);
void
axis
(
Qt
::
Orientation
orientation
,
quint32
delta
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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