Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixed bug 957
Fixed the documentation for SDL_GetWMInfo()
  • Loading branch information
slouken committed Jul 18, 2010
1 parent 9d1f09b commit a0a4d04
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions include/SDL_syswm.h
Expand Up @@ -203,8 +203,9 @@ typedef struct SDL_SysWMinfo {
/**
* This function gives you custom hooks into the window manager information.
* It fills the structure pointed to by 'info' with custom information and
* returns 1 if the function is implemented. If it's not implemented, or
* the version member of the 'info' structure is invalid, it returns 0.
* returns 0 if the function is not implemented, 1 if the function is
* implemented and no error occurred, and -1 if the version member of
* the 'info' structure is not filled in or not supported.
*
* You typically use this function like this:
* @code
Expand Down

0 comments on commit a0a4d04

Please sign in to comment.