mirror of
https://github.com/hyprwm/hyprcursor.git
synced 2024-11-17 02:35:57 +01:00
parent
b98726e431
commit
66648429bd
1 changed files with 1 additions and 0 deletions
|
@ -388,6 +388,7 @@ SCursorRawShapeDataC* CHyprcursorManager::getRawShapeDataC(const char* shape_) {
|
||||||
|
|
||||||
SCursorRawShapeDataC* data = new SCursorRawShapeDataC;
|
SCursorRawShapeDataC* data = new SCursorRawShapeDataC;
|
||||||
std::vector<SLoadedCursorImage*> resultingImages;
|
std::vector<SLoadedCursorImage*> resultingImages;
|
||||||
|
data->overridenBy = nullptr;
|
||||||
|
|
||||||
for (auto& shape : impl->theme.shapes) {
|
for (auto& shape : impl->theme.shapes) {
|
||||||
// if it's overridden just return the override
|
// if it's overridden just return the override
|
||||||
|
|
Loading…
Reference in a new issue