X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=modules%2Fvisualization%2Fgalaktos%2Fcustom_shape_types.h;h=b72326e1ed6daa1bb6f578b231ae0fb5ce9901e5;hb=6ee1e193fd896ab9a4729fde14f009d9ce629815;hp=23b69e9fa21a390e0ad67cf209ddf1609a7e6c35;hpb=3305b049e7f587b23359a1c9047fb5763d19c1dc;p=vlc diff --git a/modules/visualization/galaktos/custom_shape_types.h b/modules/visualization/galaktos/custom_shape_types.h index 23b69e9fa2..b72326e1ed 100644 --- a/modules/visualization/galaktos/custom_shape_types.h +++ b/modules/visualization/galaktos/custom_shape_types.h @@ -23,7 +23,7 @@ typedef struct CUSTOM_SHAPE_T { double tex_zoom; double tex_ang; - + double x; /* x position for per point equations */ double y; /* y position for per point equations */ double rad; @@ -67,8 +67,8 @@ typedef struct CUSTOM_SHAPE_T { char per_frame_eqn_string_buffer[STRING_BUFFER_SIZE]; char per_frame_init_eqn_string_buffer[STRING_BUFFER_SIZE]; /* Per point equation array */ - - + + } custom_shape_t;