ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/SheepShaver/src/prefs_items.cpp
(Generate patch)

Comparing SheepShaver/src/prefs_items.cpp (file contents):
Revision 1.3 by gbeauche, 2003-12-31T11:37:25Z vs.
Revision 1.4 by gbeauche, 2004-01-06T15:03:16Z

# Line 54 | Line 54 | prefs_desc common_prefs_items[] = {
54          {"noclipconversion", TYPE_BOOLEAN, false, "don't convert clipboard contents"},
55          {"ignoresegv", TYPE_BOOLEAN, false, "ignore illegal memory accesses"},
56          {"jit", TYPE_BOOLEAN, false,        "enable JIT compiler"},
57 +        {"keyboardtype", TYPE_INT32, false, "hardware keyboard type"},
58          {NULL, TYPE_END, false, NULL} // End of list
59   };
60  
# Line 82 | Line 83 | void AddPrefsDefaults(void)
83   #else
84          PrefsAddBool("jit", false);
85   #endif
86 +
87 +    PrefsAddInt32("keyboardtype", 5);
88   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines