소스 검색

Removed obsolete padding

Sam Lantinga 1 년 전
부모
커밋
2fa4937e1a
1개의 변경된 파일0개의 추가작업 그리고 3개의 파일을 삭제
  1. 0 3
      include/SDL3/SDL_events.h

+ 0 - 3
include/SDL3/SDL_events.h

@@ -641,9 +641,6 @@ typedef struct SDL_CameraDeviceEvent
     Uint32 reserved;
     Uint64 timestamp;   /**< In nanoseconds, populated using SDL_GetTicksNS() */
     SDL_CameraDeviceID which;       /**< SDL_CameraDeviceID for the device being added or removed or changing */
-    Uint8 padding1;
-    Uint8 padding2;
-    Uint8 padding3;
 } SDL_CameraDeviceEvent;
 
 /**