comparison src/video/uikit/SDL_uikitkeyboard.h @ 5136:b915b3181cc2

Fixed spacing, adding vim spacing hints
author Sam Lantinga <slouken@libsdl.org>
date Tue, 01 Feb 2011 09:02:53 -0800
parents f7b03b6838cb
children b530ef003506
comparison
equal deleted inserted replaced
5135:5f09cb749d75 5136:b915b3181cc2
27 extern DECLSPEC int SDLCALL SDL_iPhoneKeyboardHide(SDL_Window * window); 27 extern DECLSPEC int SDLCALL SDL_iPhoneKeyboardHide(SDL_Window * window);
28 extern DECLSPEC SDL_bool SDLCALL SDL_iPhoneKeyboardIsShown(SDL_Window * window); 28 extern DECLSPEC SDL_bool SDLCALL SDL_iPhoneKeyboardIsShown(SDL_Window * window);
29 extern DECLSPEC int SDLCALL SDL_iPhoneKeyboardToggle(SDL_Window * window); 29 extern DECLSPEC int SDLCALL SDL_iPhoneKeyboardToggle(SDL_Window * window);
30 30
31 #endif 31 #endif
32
33 /* vi: set ts=4 sw=4 expandtab: */