Skip to content

Commit

Permalink
fix webclient build
Browse files Browse the repository at this point in the history
  • Loading branch information
UnknownShadow200 committed Nov 10, 2019
1 parent b1ea724 commit dd7e764
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Screens.c
Original file line number Diff line number Diff line change
Expand Up @@ -1570,8 +1570,8 @@ static int TouchScreen_PointerUp(void* screen, int id, int x, int y) {

static const struct ScreenVTABLE TouchScreen_VTABLE = {
Screen_NullFunc, TouchScreen_Render, Screen_NullFunc,
Screen_FInput, Screen_FInput, Screen_FKeyPress, Screen_FText,
TouchScreen_PointerDown, TouchScreen_PointerUp, Screen_FPointerMove, Screen_FMouseScroll,
Screen_FInput, Screen_FInput, Screen_FKeyPress, Screen_FText,
TouchScreen_PointerDown, TouchScreen_PointerUp, Screen_FPointer, Screen_FMouseScroll,
TouchScreen_Layout, TouchScreen_ContextLost, TouchScreen_ContextRecreated
};
void TouchScreen_Show(void) {
Expand Down

0 comments on commit dd7e764

Please sign in to comment.