comparison settings.c @ 136:5897ff629f7c src

reorganize mutual header inclusion to fix warnings when compiling with TRACE defined fix vm_jump_title_part to use correct title number (up to now the number was considered to be VTS-relative, which it is not)
author mroi
date Thu, 27 Mar 2003 15:12:26 +0000
parents f22458f928b8
children b80dff4bef76
comparison
equal deleted inserted replaced
135:5204d4e4cd3b 136:5897ff629f7c
24 #ifdef HAVE_CONFIG_H 24 #ifdef HAVE_CONFIG_H
25 #include "config.h" 25 #include "config.h"
26 #endif 26 #endif
27 27
28 #include "dvdnav_internal.h" 28 #include "dvdnav_internal.h"
29
30 #include "vm.h"
31 29
32 /* Characteristics/setting API calls */ 30 /* Characteristics/setting API calls */
33 31
34 dvdnav_status_t dvdnav_get_region_mask(dvdnav_t *this, int *region) { 32 dvdnav_status_t dvdnav_get_region_mask(dvdnav_t *this, int *region) {
35 if(!this || !region) { 33 if(!this || !region) {