shithub: choc

Download patch

ref: 10d2130a2a82fed36d9d16ea4dc222f2fbbdb3c8
parent: fff3741c781c0faa0c80ed60b8957e74f7dd3d7f
author: Turo Lamminen <turotl@gmail.com>
date: Tue Mar 6 13:35:56 EST 2018

textscreen: Make TranslateKeysym parameter const

--- a/textscreen/txt_sdl.c
+++ b/textscreen/txt_sdl.c
@@ -518,7 +518,7 @@
     }
 }
 
-static int TranslateKeysym(SDL_Keysym *sym)
+static int TranslateKeysym(const SDL_Keysym *sym)
 {
     int translated;