Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/aldacron/Derelict3
Browse files Browse the repository at this point in the history
  • Loading branch information
mdparker committed Dec 23, 2013
2 parents 3dc1e64 + cf6409b commit dc51958
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion import/derelict/sdl2/functions.d
Expand Up @@ -439,7 +439,7 @@ extern(C)
alias nothrow void function() da_SDL_VideoQuit;
alias nothrow const(char)* function() da_SDL_GetCurrentVideoDriver;
alias nothrow int function() da_SDL_GetNumVideoDisplays;
alias nothrow int function(int) da_SDL_GetDisplayName;
alias nothrow const(char)* function(int) da_SDL_GetDisplayName;
alias nothrow int function(int, SDL_Rect*) da_SDL_GetDisplayBounds;
alias nothrow int function(int) da_SDL_GetNumDisplayModes;
alias nothrow int function(int, int, SDL_DisplayMode*) da_SDL_GetDisplayMode;
Expand Down

0 comments on commit dc51958

Please sign in to comment.