Added missing vi lines.
This commit is contained in:
parent
cafc8e6dc1
commit
20a48b079c
3 changed files with 6 additions and 0 deletions
|
@ -59,3 +59,5 @@ SDL_GetPowerInfo_Android(SDL_PowerState * state, int *seconds, int *percent)
|
|||
|
||||
#endif /* SDL_POWER_ANDROID */
|
||||
#endif /* SDL_POWER_DISABLED */
|
||||
|
||||
/* vi: set ts=4 sw=4 expandtab: */
|
||||
|
|
|
@ -44,3 +44,5 @@ SDL_bool Android_HasClipboardText(_THIS)
|
|||
}
|
||||
|
||||
#endif /* SDL_VIDEO_DRIVER_ANDROID */
|
||||
|
||||
/* vi: set ts=4 sw=4 expandtab: */
|
||||
|
|
|
@ -28,3 +28,5 @@ extern char *Android_GetClipboardText(_THIS);
|
|||
extern SDL_bool Android_HasClipboardText(_THIS);
|
||||
|
||||
#endif /* _SDL_androidclipboard_h */
|
||||
|
||||
/* vi: set ts=4 sw=4 expandtab: */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue