fix for DNA alignment on 32 and 64bit systems.
This commit is contained in:
@@ -50,8 +50,8 @@ typedef struct bGPDspoint {
|
||||
*/
|
||||
typedef struct bGPDstroke {
|
||||
struct bGPDstroke *next, *prev;
|
||||
|
||||
bGPDspoint *points; /* array of data-points for stroke */
|
||||
void *pad; /* keep 4 pointers at the beginning, padding for 'inittime' is tricky 64/32bit */
|
||||
int totpoints; /* number of data-points in array */
|
||||
|
||||
short thickness; /* thickness of stroke (currently not used) */
|
||||
|
Reference in New Issue
Block a user