mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-31 22:25:21 -04:00
cleanup: Use void for zero-parameter functions
Signed-off-by: Genki Sky <sky@genki.is>
This commit is contained in:
parent
41e53d1499
commit
d1cf9acbd5
7 changed files with 8 additions and 8 deletions
|
|
@ -84,7 +84,7 @@ static void gles2_scissor(struct wlr_renderer *wlr_renderer,
|
|||
POP_GLES2_DEBUG;
|
||||
}
|
||||
|
||||
static void draw_quad() {
|
||||
static void draw_quad(void) {
|
||||
GLfloat verts[] = {
|
||||
1, 0, // top right
|
||||
0, 0, // top left
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue