Compile fixes on input-overhaul branch

This commit is contained in:
rdb 2018-10-08 01:44:17 +02:00
parent 14042faa3d
commit ada3fa5513
2 changed files with 1 additions and 1 deletions

View File

@ -673,7 +673,6 @@ process_events() {
int y = _pointer_data.get_y();
bool have_pointer = false;
double time = ClockObject::get_global_clock()->get_frame_time();
ButtonHandle button;
int index;
// It seems that some devices send a single EV_SYN event when being

View File

@ -16,6 +16,7 @@
#include "linuxInputDeviceManager.h"
#include "winInputDeviceManager.h"
#include "throw_event.h"
#include "config_putil.h"
InputDeviceManager *InputDeviceManager::_global_ptr = nullptr;