Skip to content

Commit 8b62ad7

Browse files
committed
Display (FreeBSD): fix build
1 parent cee880c commit 8b62ad7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/detection/displayserver/linux/displayserver_linux.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ void ffConnectDisplayServerImpl(FFDisplayServerResult* ds)
7979
if (ffSettingsGetFreeBSDKenv("screen.height", &buf))
8080
{
8181
uint32_t height = (uint32_t) ffStrbufToUInt(&buf, 0);
82-
ffdsAppendDisplay(ds, width, height, 0, 0, 0, 0, NULL, FF_DISPLAY_TYPE_UNKNOWN, false, 0, 0, 0, "kenv");
82+
ffdsAppendDisplay(ds, width, height, 0, 0, 0, 0, 0, 0, 0, NULL, FF_DISPLAY_TYPE_UNKNOWN, false, 0, 0, 0, "kenv");
8383
}
8484
}
8585
}

0 commit comments

Comments
 (0)