瀏覽代碼

Fixed pixel format compatibility with SDL2

Sam Lantinga 2 年之前
父節點
當前提交
a2d594269c
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      include/SDL3/SDL_pixels.h

+ 2 - 0
include/SDL3/SDL_pixels.h

@@ -91,6 +91,8 @@ typedef enum
 {
     SDL_ARRAYORDER_NONE,
     SDL_ARRAYORDER_RGB,
+    SDL_ARRAYORDER_UNUSED1, /* Left for compatibility with SDL2 */
+    SDL_ARRAYORDER_UNUSED2, /* Left for compatibility with SDL2 */
     SDL_ARRAYORDER_BGR
 } SDL_ArrayOrder;