diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2020-09-19 07:55:16 +0300 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2020-09-19 07:55:16 +0300 |
commit | 5e40fa752b462b2ce313fd63508a38e7120aa688 (patch) | |
tree | e4f767b2b85e3223fc4406016b06d056ae1c2351 /src/ui/util.h | |
parent | c936711f31038bd8c607047b5aa882ff40e7e7ae (diff) | |
parent | fa5632e99e1ff723026fca053e4edc5aa8acbb3d (diff) |
Merge branch 'dev' into release
# Conflicts:
# CMakeLists.txt
# res/about/help.gmi
# res/about/version.gmi
# src/app.c
# src/ui/documentwidget.c
Diffstat (limited to 'src/ui/util.h')
-rw-r--r-- | src/ui/util.h | 1 |
1 files changed, 1 insertions, 0 deletions
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) { | |||
49 | #endif | 49 | #endif |
50 | 50 | ||
51 | int keyMods_Sym (int kmods); /* shift, alt, control, or gui */ | 51 | int keyMods_Sym (int kmods); /* shift, alt, control, or gui */ |
52 | void toString_Sym (int key, int kmods, iString *str); | ||
52 | 53 | ||
53 | iRangei intersect_Rangei (iRangei a, iRangei b); | 54 | iRangei intersect_Rangei (iRangei a, iRangei b); |
54 | iRangei union_Rangei (iRangei a, iRangei b); | 55 | iRangei union_Rangei (iRangei a, iRangei b); |