-
Notifications
You must be signed in to change notification settings - Fork 360
Replace nodrop -> notallow to unify cursor themes #452
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
X11 cursors are the only that use "nodrop" instead of "notallow" cursor.
|
@ardovm Can we get rid of the redundant X11 cursors in Maybe we can add a path to "unx/x11_cursors" here? |
|
Could you please elaborate a bit about this PR? How can we display the cursors you are working on? |
|
I can display and open them with GIMP by renaming from .h to .xbm. The 4 cursors are identical to those in: |
|
Thanks, where are these cursors used in the OpenOffice interface? |
|
They are for Drag and Drop operations. |
I tried exactly that, and it seems to work! |
* Replace nodrop -> notallow to unify cursor themes X11 cursors are the only that use "nodrop" instead of "notallow" cursor. * Additional files * Get rid of duplicated cursors (cherry picked from commit 2fb96a1)
X11 cursors are the only that use "nodrop" instead of "notallow" cursor.