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
a9d480ec
Commit
a9d480ec
authored
Feb 23, 2021
by
Vlad Zahorodnii
Browse files
Minor style fixes
parent
178c5d05
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/wayland/pointer_interface.cpp
View file @
a9d480ec
...
...
@@ -368,4 +368,4 @@ SurfaceInterface *Cursor::surface() const
return
d
->
surface
;
}
}
}
// namespace KWaylandServer
src/wayland/pointer_interface.h
View file @
a9d480ec
...
...
@@ -5,8 +5,8 @@
SPDX-License-Identifier: LGPL-2.1-only OR LGPL-3.0-only OR LicenseRef-KDE-Accepted-LGPL
*/
#ifndef WAYLAND_SERVER_POINTER_INTERFACE_H
#
define WAYLAND_SERVER_POINTER_INTERFACE_H
#
pragma once
#include
<KWaylandServer/kwaylandserver_export.h>
...
...
@@ -123,6 +123,4 @@ private:
explicit
Cursor
(
PointerInterface
*
parent
);
};
}
#endif
}
// namespace KWaylandServer
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