Navigation Menu

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

Commit

Permalink
Hopefully fix X11 compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Dec 30, 2010
1 parent d6b6879 commit df64045
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/video/x11/SDL_x11touch.h
Expand Up @@ -26,7 +26,7 @@


//What should this be?
#if SDL_VIDEO_DRIVER_X11_XINPUT
#ifdef SDL_INPUT_LINUXEV
typedef struct EventTouchData
{
int x,y,pressure,finger; //Temporary Variables until sync
Expand Down

0 comments on commit df64045

Please sign in to comment.