From ad274c7046bdf10ccc64667fa2b59fa8052d6ecb Mon Sep 17 00:00:00 2001 From: Jaakko Keränen Date: Thu, 17 Sep 2020 09:27:31 +0300 Subject: Working on "Save Page" Suggest saving the content on the Unsupported MIME type error page. --- src/ui/util.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/ui/util.h') diff --git a/src/ui/util.h b/src/ui/util.h index 8ca9dd53..5590d008 100644 --- a/src/ui/util.h +++ b/src/ui/util.h @@ -49,6 +49,7 @@ iLocalDef iBool isResize_UserEvent(const SDL_Event *d) { #endif int keyMods_Sym (int kmods); /* shift, alt, control, or gui */ +void toString_Sym (int key, int kmods, iString *str); iRangei intersect_Rangei (iRangei a, iRangei b); iRangei union_Rangei (iRangei a, iRangei b); -- cgit v1.2.3