]> git.sesse.net Git - vlc/blobdiff - modules/visualization/galaktos/custom_shape_types.h
Reverts [21943] for galaktos as it is external to vlc.
[vlc] / modules / visualization / galaktos / custom_shape_types.h
index b72326e1ed6daa1bb6f578b231ae0fb5ce9901e5..23b69e9fa21a390e0ad67cf209ddf1609a7e6c35 100644 (file)
@@ -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;