Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Merged changes
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Jun 1, 2013
2 parents 3b2d473 + 2cbe877 commit 9f7eeb1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
8 changes: 4 additions & 4 deletions src/events/SDL_gesture.c
Expand Up @@ -11,11 +11,11 @@
freely, subject to the following restrictions:
1. The origin of this software must not be misrepresented; you must not
claim that you wrote the original software. If you use this software
in a product, an acknowledgment in the product documentation would be
appreciated but is not required.
claim that you wrote the original software. If you use this software
in a product, an acknowledgment in the product documentation would be
appreciated but is not required.
2. Altered source versions must be plainly marked as such, and must not be
misrepresented as being the original software.
misrepresented as being the original software.
3. This notice may not be removed or altered from any source distribution.
*/

Expand Down
1 change: 0 additions & 1 deletion src/video/android/SDL_androidvideo.c
Expand Up @@ -83,7 +83,6 @@ Android_DeleteDevice(SDL_VideoDevice * device)
static SDL_VideoDevice *
Android_CreateDevice(int devindex)
{
printf("Creating video device\n");
SDL_VideoDevice *device;
SDL_VideoData *data;

Expand Down
2 changes: 2 additions & 0 deletions src/video/android/SDL_androidwindow.c
Expand Up @@ -23,6 +23,8 @@
#if SDL_VIDEO_DRIVER_ANDROID

#include "../SDL_sysvideo.h"
#include "../../events/SDL_keyboard_c.h"
#include "../../events/SDL_mouse_c.h"

#include "SDL_androidvideo.h"
#include "SDL_androidwindow.h"
Expand Down

0 comments on commit 9f7eeb1

Please sign in to comment.