Skip to content

Commit 0893013

Browse files
committed
DisplayServer (Android): fix display server name
1 parent e6985a8 commit 0893013

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/detection/displayserver/displayserver_android.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ static bool detectWithGetprop(FFDisplayServerResult* ds)
147147

148148
void ffConnectDisplayServerImpl(FFDisplayServerResult* ds)
149149
{
150-
ffStrbufSetStatic(&ds->wmProcessName, "WindowManager");
150+
ffStrbufSetStatic(&ds->wmProcessName, "surfaceflinger");
151151
ffStrbufSetStatic(&ds->wmPrettyName, "SurfaceFlinger");
152152

153153
if (!detectWithGetprop(ds))

0 commit comments

Comments
 (0)