Skip to content

Commit 7948e62

Browse files
committed
Display (Android): fix build
1 parent 4cca63a commit 7948e62

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/detection/displayserver/displayserver_android.c

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,9 @@ static void detectWithDumpsys(FFDisplayServerResult* ds)
6161
0,
6262
0,
6363
0,
64+
0,
65+
0,
66+
0,
6467
&name,
6568
FF_DISPLAY_TYPE_UNKNOWN,
6669
false,
@@ -97,6 +100,9 @@ static bool detectWithGetprop(FFDisplayServerResult* ds)
97100
(uint32_t) (height / scaleFactor + .5),
98101
0,
99102
0,
103+
0,
104+
0,
105+
NULL,
100106
FF_DISPLAY_TYPE_BUILTIN,
101107
false,
102108
0,

0 commit comments

Comments
 (0)