mirror of
https://github.com/yawut/SDL.git
synced 2026-07-10 05:34:47 -05:00
raspberry: Actually commit the whole patch. :) (Thanks, Joe!)
Fixes Bugzilla #4699.
This commit is contained in:
parent
2971b5bf20
commit
f67059d3f7
|
|
@ -128,10 +128,6 @@ RPI_ShowCursor(SDL_Cursor * cursor)
|
|||
return -1;
|
||||
}
|
||||
|
||||
if (cursor == global_cursor) {
|
||||
return 0;
|
||||
}
|
||||
|
||||
if (cursor != global_cursor) {
|
||||
if (global_cursor != NULL) {
|
||||
curdata = (RPI_CursorData *) global_cursor->driverdata;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user