Wayland: Clean up listener struct initialization

Adapt style to match the rest of the project.

(cherry picked from commit 0f38382e25)
This commit is contained in:
Camilla Löwy
2022-03-31 22:17:08 +02:00
parent 50d5de7cd4
commit 2b504e41d5
3 changed files with 27 additions and 14 deletions
+2 -1
View File
@@ -106,7 +106,8 @@ static void outputHandleScale(void* userData,
monitor->wl.scale = factor;
}
static const struct wl_output_listener outputListener = {
static const struct wl_output_listener outputListener =
{
outputHandleGeometry,
outputHandleMode,
outputHandleDone,