mirror of
https://github.com/Relintai/sdl2_frt.git
synced 2024-12-25 09:17:12 +01:00
raspberry: Actually commit the whole patch. :) (Thanks, Joe!)
Fixes Bugzilla #4699.
This commit is contained in:
parent
d2d06f4443
commit
b46c771994
@ -128,10 +128,6 @@ RPI_ShowCursor(SDL_Cursor * cursor)
|
|||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (cursor == global_cursor) {
|
|
||||||
return 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
if (cursor != global_cursor) {
|
if (cursor != global_cursor) {
|
||||||
if (global_cursor != NULL) {
|
if (global_cursor != NULL) {
|
||||||
curdata = (RPI_CursorData *) global_cursor->driverdata;
|
curdata = (RPI_CursorData *) global_cursor->driverdata;
|
||||||
|
Loading…
Reference in New Issue
Block a user