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

Comparing SheepShaver/src/Unix/prefs_unix.cpp (file contents):
Revision 1.1 by cebix, 2002-02-04T16:58:13Z vs.
Revision 1.2 by gbeauche, 2003-11-21T17:01:33Z

# Line 30 | Line 30
30   // Platform-specific preferences items
31   prefs_desc platform_prefs_items[] = {
32          {"ether", TYPE_STRING, false, "device name of Mac ethernet adapter"},
33 +        {"keycodes", TYPE_BOOLEAN, false, "use keycodes rather than keysyms to decode keyboard"},
34 +        {"keycodefile", TYPE_STRING, false, "path of keycode translation file"},
35          {NULL, TYPE_END, false, NULL} // End of list
36   };
37  
# Line 91 | Line 93 | void SavePrefs(void)
93  
94   void AddPlatformPrefsDefaults(void)
95   {
96 +        PrefsAddBool("keycodes", false);
97          PrefsReplaceString("extfs", "/");
98          PrefsAddInt32("windowmodes", 3);
99          PrefsAddInt32("screenmodes", 0x3f);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines