瀏覽代碼

raspberry: Actually commit the whole patch. :) (Thanks, Joe!)

Fixes Bugzilla #4699.
Ryan C. Gordon 6 年之前
父節點
當前提交
b46c771994
共有 1 個文件被更改,包括 0 次插入4 次删除
  1. 0 4
      src/video/raspberry/SDL_rpimouse.c

+ 0 - 4
src/video/raspberry/SDL_rpimouse.c

@@ -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;