Skip to content
Snippets Groups Projects
Commit 0fda5b7b authored by Emmanuel Gil Peyrot's avatar Emmanuel Gil Peyrot Committed by Camilla Löwy
Browse files

Fix Wayland refresh rate exposed as mHz

Closes #621.
parent 0ebe8ce4
No related branches found
No related tags found
No related merge requests found
......@@ -69,7 +69,7 @@ static void mode(void* data,
mode.base.width = width;
mode.base.height = height;
mode.base.refreshRate = refresh;
mode.base.refreshRate = refresh / 1000;
mode.flags = flags;
if (monitor->wl.modesCount + 1 >= monitor->wl.modesSize)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment