diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2015-11-22 17:44:19 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2015-11-22 17:45:04 +0100 |
commit | aac65283a2b254f0338a6ad1609e5d916ba9dcfc (patch) | |
tree | f40d347ab0c93fd324519bd4a9671b898b718bb0 /opentrack | |
parent | 1dd600c77c4b38c8b0531a02f061915d8234e30d (diff) |
opentrack/joystick: rename header to clarify usage
Diffstat (limited to 'opentrack')
-rw-r--r-- | opentrack/keybinding-worker.hpp | 2 | ||||
-rw-r--r-- | opentrack/win32-joystick.cpp (renamed from opentrack/win32-joystick-shortcuts.cpp) | 2 | ||||
-rw-r--r-- | opentrack/win32-joystick.hpp (renamed from opentrack/win32-joystick-shortcuts.hpp) | 0 |
3 files changed, 2 insertions, 2 deletions
diff --git a/opentrack/keybinding-worker.hpp b/opentrack/keybinding-worker.hpp index 551be144..8474ae1e 100644 --- a/opentrack/keybinding-worker.hpp +++ b/opentrack/keybinding-worker.hpp @@ -15,7 +15,7 @@ #endif #include "opentrack-compat/timer.hpp" -#include "opentrack/win32-joystick-shortcuts.hpp" +#include "opentrack/win32-joystick.hpp" #include <QThread> #include <QMutex> #include <QWidget> diff --git a/opentrack/win32-joystick-shortcuts.cpp b/opentrack/win32-joystick.cpp index 61a2a74a..b4a1f9cd 100644 --- a/opentrack/win32-joystick-shortcuts.cpp +++ b/opentrack/win32-joystick.cpp @@ -1,4 +1,4 @@ -#include "win32-joystick-shortcuts.hpp" +#include "win32-joystick.hpp" LPDIRECTINPUT8& win32_joy_ctx::dinput_handle() { diff --git a/opentrack/win32-joystick-shortcuts.hpp b/opentrack/win32-joystick.hpp index ed0b4412..ed0b4412 100644 --- a/opentrack/win32-joystick-shortcuts.hpp +++ b/opentrack/win32-joystick.hpp |