X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=include%2Fvlc_common.h;h=792bcd67583fa064f6313ccabab87b26fad980aa;hb=c01dd91cd2d526332229ecea8d4f007c065026ea;hp=a1d1f9087f2ace926fdf2aab8db39964f291f7c6;hpb=0759e71b2f6b35646acbda90406697fd7c0678d2;p=vlc diff --git a/include/vlc_common.h b/include/vlc_common.h index a1d1f9087f..792bcd6758 100644 --- a/include/vlc_common.h +++ b/include/vlc_common.h @@ -420,9 +420,10 @@ typedef union vlc_object_t * p_object; vlc_list_t * p_list; mtime_t i_time; + struct { int32_t x; int32_t y; } coords; - /* Make sure the structure is at least 64bits */ - struct { char a, b, c, d, e, f, g, h; } padding; + /* Make sure the structure is at least 64bits */ + uint8_t padding[8]; } vlc_value_t; @@ -456,6 +457,7 @@ struct vlc_list_t #define VLC_VAR_ADDRESS 0x0070 #define VLC_VAR_MUTEX 0x0080 #define VLC_VAR_LIST 0x0090 +#define VLC_VAR_COORDS 0x00A0 /**@}*/ /*****************************************************************************