Wayland: Split long lines for function declaration

This commit is contained in:
Emmanuel Gil Peyrot
2018-09-29 18:11:11 +02:00
parent 15cad02235
commit 4d3f0fb5df
3 changed files with 16 additions and 15 deletions

View File

@@ -42,7 +42,8 @@ static inline int min(int n1, int n2)
return n1 < n2 ? n1 : n2;
}
static _GLFWwindow* findWindowFromDecorationSurface(struct wl_surface* surface, int* which)
static _GLFWwindow* findWindowFromDecorationSurface(struct wl_surface* surface,
int* which)
{
int focus;
_GLFWwindow* window = _glfw.windowListHead;