[GB.SDL2]

* BUG: Fix function name SDL_GetWindowID() in Window_Handle property.


git-svn-id: svn://localhost/gambas/trunk@7828 867c0c6c-44f3-4631-809d-bfa615b0a4ec
This commit is contained in:
Benoît Minisini 2016-07-22 20:37:04 +00:00
parent e9065fe232
commit 11ad557188

View file

@ -560,7 +560,7 @@ END_PROPERTY
BEGIN_PROPERTY(Window_Handle)
GB.ReturnInteger(SDL_GetWindowId(WINDOW));
GB.ReturnInteger(SDL_GetWindowID(WINDOW));
END_PROPERTY