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

Comparing BasiliskII/src/Unix/prefs_unix.cpp (file contents):
Revision 1.1 by cebix, 1999-10-03T14:16:25Z vs.
Revision 1.3 by cebix, 1999-10-21T16:07:34Z

# Line 30 | Line 30
30   prefs_desc platform_prefs_items[] = {
31          {"keycodes", TYPE_BOOLEAN, false},              // Use keycodes rather than keysyms to decode keyboard (video_x.cpp)
32          {"keycodefile", TYPE_STRING, false},    // File name of keycode translation table (video_x.cpp)
33 +        {"fbdevicefile", TYPE_STRING, false},   // File name of frame buffer device specifications
34          {NULL, TYPE_END, false} // End of list
35   };
36  
# Line 92 | Line 93 | void SavePrefs(void)
93   void AddPlatformPrefsDefaults(void)
94   {
95          PrefsAddBool("keycodes", false);
96 +        PrefsReplaceString("extfs", "/");
97   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines