Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Guido Gunther
wlroots
Commits
5417656e
Commit
5417656e
authored
Feb 28, 2019
by
Guido Gunther
Browse files
Unbreak build with '-Wstrict-prototypes'
parent
de56ea6b
Pipeline
#4625
canceled with stages
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
include/wlr/types/wlr_cursor.h
View file @
5417656e
...
...
@@ -73,7 +73,7 @@ struct wlr_cursor {
void
*
data
;
};
struct
wlr_cursor
*
wlr_cursor_create
();
struct
wlr_cursor
*
wlr_cursor_create
(
void
);
void
wlr_cursor_destroy
(
struct
wlr_cursor
*
cur
);
...
...
include/wlr/types/wlr_output_layout.h
View file @
5417656e
...
...
@@ -47,7 +47,7 @@ struct wlr_output_layout_output {
* physical space relative to one another, and perform various useful operations
* on that state.
*/
struct
wlr_output_layout
*
wlr_output_layout_create
();
struct
wlr_output_layout
*
wlr_output_layout_create
(
void
);
void
wlr_output_layout_destroy
(
struct
wlr_output_layout
*
layout
);
...
...
Write
Preview
Markdown
is supported
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