mirror of
https://github.com/hyprwm/Hyprland
synced 2024-12-25 18:49:47 +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) {
|
void CCursorManager::setXCursor(const std::string& name) {
|
||||||
float scale = std::ceil(m_fCursorScale);
|
float scale = std::ceil(m_fCursorScale);
|
||||||
xcursor.loadTheme(name.c_str(), m_iSize * scale);
|
|
||||||
|
|
||||||
if (!xcursor.themeLoaded) {
|
if (!xcursor.themeLoaded) {
|
||||||
Debug::log(ERR, "XCursor failed to find theme in setXCursor");
|
Debug::log(ERR, "XCursor failed to find theme in setXCursor");
|
||||||
|
|
Loading…
Reference in a new issue