1
0
Fork 0

source/Platform/Unix: Rename XRandR to Xrandr

This commit is contained in:
Henrik Hautakoski 2024-06-22 19:53:16 +02:00
parent ca46bd0ef7
commit f71fdea463
5 changed files with 11 additions and 11 deletions

View file

@ -78,9 +78,9 @@ protected :
Vector2u m_size;
XRandR::VideoMode m_fullscreen_mode;
Xrandr::VideoMode m_fullscreen_mode;
XRandR::VideoMode m_desktop_mode;
Xrandr::VideoMode m_desktop_mode;
};
} // namespace sp