Mercurial > libdvdnav.hg
changeset 182:071aee18f5aa src
be more clear with the type
author | mroi |
---|---|
date | Tue, 29 Apr 2003 14:49:15 +0000 |
parents | 5d9770cb2961 |
children | b0aa6f7931c0 |
files | vm.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/vm.h Tue Apr 29 14:48:53 2003 +0000 +++ b/vm.h Tue Apr 29 14:49:15 2003 +0000 @@ -64,7 +64,7 @@ typedef struct vm_position_s { int16_t button; /* Button highlighted */ int32_t vts; /* vts number to use */ - int32_t domain; /* domain to use */ + domain_t domain; /* domain to use */ int32_t spu_channel; /* spu channel to use */ int32_t angle_channel; /* angle channel to use */ int32_t audio_channel; /* audio channel to use */