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

Commit

Permalink
Patched to compile.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Aug 15, 2011
1 parent 716be86 commit 5e662bf
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions src/video/x11/SDL_x11touch.h
Expand Up @@ -23,14 +23,19 @@
#ifndef _SDL_x11touch_h
#define _SDL_x11touch_h

/*
!!! FIXME: remove the evdev code;
!!! FIXME: this should be using XInput 2.1's new multitouch API.
*/

//What should this be?
/* What should this be? */
#ifdef SDL_INPUT_LINUXEV
typedef struct EventTouchData
{
int x,y,pressure,finger; //Temporary Variables until sync
int x,y,pressure,finger; /* Temporary Variables until sync */
int eventStream;
SDL_bool up;
SDL_bool down;
} EventTouchData;
#endif

Expand Down

0 comments on commit 5e662bf

Please sign in to comment.