mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-10 23:05:59 +01:00
e
This commit is contained in:
parent
45f726c6bd
commit
1d4e51876d
1 changed files with 0 additions and 1 deletions
|
@ -132,7 +132,6 @@ void CCursorManager::setCursorSurface(SP<CWLSurface> surf, const Vector2D& hotsp
|
|||
|
||||
void CCursorManager::setXCursor(const std::string& name) {
|
||||
float scale = std::ceil(m_fCursorScale);
|
||||
xcursor.loadTheme(name.c_str(), m_iSize * scale);
|
||||
|
||||
if (!xcursor.themeLoaded) {
|
||||
Debug::log(ERR, "XCursor failed to find theme in setXCursor");
|
||||
|
|
Loading…
Reference in a new issue