Skip to content
Snippets Groups Projects
Commit 78ffc7ce authored by Sergey Bugaev's avatar Sergey Bugaev Committed by Matthias Clasen
Browse files

window: Fix a typo


Fortunately, it didn't impact string length.

Signed-off-by: default avatarSergey Bugaev <bugaevc@gmail.com>
parent 6f44be84
No related branches found
No related tags found
No related merge requests found
......@@ -6342,7 +6342,7 @@ unprefix_handle (const char *handle)
if (g_str_has_prefix (handle, "wayland:"))
return handle + strlen ("wayland:");
else if (g_str_has_prefix (handle, "x11:"))
return handle + strlen ("x1!:");
return handle + strlen ("x11:");
else
return handle;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment