Fixed typo in docs, fixing bug #520
--HG-- branch : SDL-1.2 extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/branches/SDL-1.2%402645
This commit is contained in:
parent
d4df68827b
commit
bcbbc6be84
2 changed files with 3 additions and 3 deletions
|
@ -104,7 +104,7 @@ CLASS="PROGRAMLISTING"
|
||||||
SDL_ExposeEvent expose;
|
SDL_ExposeEvent expose;
|
||||||
SDL_QuitEvent quit;
|
SDL_QuitEvent quit;
|
||||||
SDL_UserEvent user;
|
SDL_UserEvent user;
|
||||||
SDL_SywWMEvent syswm;
|
SDL_SysWMEvent syswm;
|
||||||
} SDL_Event;</PRE
|
} SDL_Event;</PRE
|
||||||
></DIV
|
></DIV
|
||||||
><DIV
|
><DIV
|
||||||
|
|
|
@ -18,7 +18,7 @@ SDL_Event\- General event structure
|
||||||
SDL_ExposeEvent expose;
|
SDL_ExposeEvent expose;
|
||||||
SDL_QuitEvent quit;
|
SDL_QuitEvent quit;
|
||||||
SDL_UserEvent user;
|
SDL_UserEvent user;
|
||||||
SDL_SywWMEvent syswm;
|
SDL_SysWMEvent syswm;
|
||||||
} SDL_Event;\fR
|
} SDL_Event;\fR
|
||||||
.fi
|
.fi
|
||||||
.PP
|
.PP
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue