# HG changeset patch # User mroi # Date 1051627755 0 # Node ID 071aee18f5aa140ee8a53f722a83ff9de5bf2bd7 # Parent 5d9770cb29618c696d5d0c765efd11972472794a be more clear with the type diff -r 5d9770cb2961 -r 071aee18f5aa vm.h --- 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 */