/[cebix]/SheepShaver/src/prefs_items.cpp
ViewVC logotype

Diff of /SheepShaver/src/prefs_items.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3 by gbeauche, Wed Dec 31 11:37:25 2003 UTC revision 1.4 by gbeauche, Tue Jan 6 15:03:16 2004 UTC
# Line 54  prefs_desc common_prefs_items[] = { Line 54  prefs_desc common_prefs_items[] = {
54          {"noclipconversion", TYPE_BOOLEAN, false, "don't convert clipboard contents"},          {"noclipconversion", TYPE_BOOLEAN, false, "don't convert clipboard contents"},
55          {"ignoresegv", TYPE_BOOLEAN, false, "ignore illegal memory accesses"},          {"ignoresegv", TYPE_BOOLEAN, false, "ignore illegal memory accesses"},
56          {"jit", TYPE_BOOLEAN, false,        "enable JIT compiler"},          {"jit", TYPE_BOOLEAN, false,        "enable JIT compiler"},
57            {"keyboardtype", TYPE_INT32, false, "hardware keyboard type"},
58          {NULL, TYPE_END, false, NULL} // End of list          {NULL, TYPE_END, false, NULL} // End of list
59  };  };
60    
# Line 82  void AddPrefsDefaults(void) Line 83  void AddPrefsDefaults(void)
83  #else  #else
84          PrefsAddBool("jit", false);          PrefsAddBool("jit", false);
85  #endif  #endif
86    
87        PrefsAddInt32("keyboardtype", 5);
88  }  }

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

Christian Bauer">Christian Bauer
ViewVC Help
Powered by ViewVC 1.1.15