raspberry: Actually commit the whole patch. :) (Thanks, Joe!)
Fixes Bugzilla #4699.
This commit is contained in:
parent
9fd62317a4
commit
bba68b14bb
1 changed files with 0 additions and 4 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue