[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:
parent
e9065fe232
commit
11ad557188
1 changed files with 1 additions and 1 deletions
|
@ -560,7 +560,7 @@ END_PROPERTY
|
|||
|
||||
BEGIN_PROPERTY(Window_Handle)
|
||||
|
||||
GB.ReturnInteger(SDL_GetWindowId(WINDOW));
|
||||
GB.ReturnInteger(SDL_GetWindowID(WINDOW));
|
||||
|
||||
END_PROPERTY
|
||||
|
||||
|
|
Loading…
Reference in a new issue