SDL: Comment added to SDL config file indicating the location of the keycode definitons
This commit is contained in:
parent
d503388437
commit
2e5093fe6e
|
@ -662,7 +662,7 @@ Config::save()
|
|||
config.open(configFile.c_str(), std::ios::out | std::ios::trunc);
|
||||
|
||||
// write a warning
|
||||
strcpy(buf, "# Auto-generated\n");
|
||||
strcpy(buf, "# Auto-generated\n# SDL keycodes defined in /usr/include/SDL/SDL_keysym.h\n");
|
||||
config.write(buf, strlen(buf));
|
||||
|
||||
// write each configuration setting
|
||||
|
|
Loading…
Reference in New Issue