if (opname) {
BLI_strncpy(drag->opname, opname, FILE_MAX);
- // WM_cursor_modal(win, CURSOR_COPY);
+ // WM_cursor_modal_set(win, CURSOR_COPY);
}
// else
- // WM_cursor_restore(win);
+ // WM_cursor_modal_restore(win);
/* unsure about cursor type, feels to be too much */
}
}