mirror of
https://github.com/glfw/glfw.git
synced 2026-09-21 08:39:45 +00:00
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:
+2
-1
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user