mirror of
https://github.com/encounter/SDL.git
synced 2025-12-14 07:36:09 +00:00
Added events for dynamically connecting and disconnecting displays, with an iOS implementation
This commit is contained in:
@@ -196,7 +196,7 @@ AddDispManXDisplay(const int display_id)
|
||||
|
||||
display.driverdata = data;
|
||||
|
||||
SDL_AddVideoDisplay(&display);
|
||||
SDL_AddVideoDisplay(&display, SDL_FALSE);
|
||||
}
|
||||
|
||||
int
|
||||
|
||||
Reference in New Issue
Block a user