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
Plasma
KWayland Server
Commits
5cadfe7f
Commit
5cadfe7f
authored
Feb 23, 2021
by
Vlad Zahorodnii
Browse files
Minor style fixes
parent
afdd72ab
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/server/pointer_interface.cpp
View file @
5cadfe7f
...
...
@@ -368,4 +368,4 @@ SurfaceInterface *Cursor::surface() const
return
d
->
surface
;
}
}
}
// namespace KWaylandServer
src/server/pointer_interface.h
View file @
5cadfe7f
...
...
@@ -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
.
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