Fix compilation error

Seems of new padding were added in 2.8 branch.
This commit is contained in:
Sergey Sharybin
2018-01-10 14:15:04 +01:00
parent 5d38c14116
commit 181124ad13

View File

@@ -510,7 +510,7 @@ typedef struct UserDef {
short tb_leftmouse, tb_rightmouse;
struct SolidLight light[3];
short manipulator_flag, manipulator_size;
int pad3;
int pad6;
short textimeout, texcollectrate;
short wmdrawmethod; /* eWM_DrawMethod */
short dragthreshold;