# | 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 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |