mirror of https://github.com/encounter/SDL.git
SDL_video.h (SDL_DisplayEventID): remove comma at end of enumerator list
This commit is contained in:
parent
76980e30f2
commit
3aa418f451
|
@ -177,7 +177,7 @@ typedef enum
|
|||
SDL_DISPLAYEVENT_NONE, /**< Never used */
|
||||
SDL_DISPLAYEVENT_ORIENTATION, /**< Display orientation has changed to data1 */
|
||||
SDL_DISPLAYEVENT_CONNECTED, /**< Display has been added to the system */
|
||||
SDL_DISPLAYEVENT_DISCONNECTED, /**< Display has been removed from the system */
|
||||
SDL_DISPLAYEVENT_DISCONNECTED /**< Display has been removed from the system */
|
||||
} SDL_DisplayEventID;
|
||||
|
||||
typedef enum
|
||||
|
|
Loading…
Reference in New Issue