mirror of
https://github.com/86Box/86Box.git
synced 2026-02-23 09:58:19 -07:00
clang-format in src/qt
This commit is contained in:
@@ -44,7 +44,7 @@ extern "C" {
|
||||
static Display *disp = nullptr;
|
||||
static QThread *procThread = nullptr;
|
||||
static XIEventMask ximask;
|
||||
static std::atomic<bool> exitfromthread = false;
|
||||
static std::atomic<bool> exitfromthread = false;
|
||||
static std::atomic<double> xi2_mouse_abs_x = 0, xi2_mouse_abs_y = 0;
|
||||
static int xi2opcode = 0;
|
||||
static double prev_coords[2] = { 0.0 };
|
||||
@@ -56,8 +56,8 @@ parse_valuators(const double *input_values,
|
||||
const unsigned char *mask, int mask_len,
|
||||
double *output_values, int output_values_len)
|
||||
{
|
||||
int i = 0;
|
||||
int z = 0;
|
||||
int i = 0;
|
||||
int z = 0;
|
||||
int top = mask_len * 8;
|
||||
if (top > 16)
|
||||
top = 16;
|
||||
|
||||
Reference in New Issue
Block a user