proposal for revised scaler keyboard shortcuts
svn-id: r10442
This commit is contained in:
parent
e306de2192
commit
24d74274cf
2 changed files with 19 additions and 1 deletions
|
@ -615,7 +615,7 @@ bool OSystem_SDL_Common::poll_event(Event *event) {
|
|||
|
||||
// Ctr-Alt-<key> will change the GFX mode
|
||||
if (b == (KBD_CTRL|KBD_ALT)) {
|
||||
char keys[] = "123456789cd";
|
||||
const char keys[] = "123456789cd";
|
||||
char *ptr;
|
||||
|
||||
ptr = strchr(keys, ev.key.keysym.sym);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue