summaryrefslogtreecommitdiff
path: root/src/ui/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/util.h')
-rw-r--r--src/ui/util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/util.h b/src/ui/util.h
index c9f464ad..a280fedb 100644
--- a/src/ui/util.h
+++ b/src/ui/util.h
@@ -52,6 +52,7 @@ iBool isMod_Sym (int key);
52int normalizedMod_Sym (int key); 52int normalizedMod_Sym (int key);
53int keyMods_Sym (int kmods); /* shift, alt, control, or gui */ 53int keyMods_Sym (int kmods); /* shift, alt, control, or gui */
54void toString_Sym (int key, int kmods, iString *str); 54void toString_Sym (int key, int kmods, iString *str);
55int openTabMode_Sym (int kmods);
55 56
56iRangei intersect_Rangei (iRangei a, iRangei b); 57iRangei intersect_Rangei (iRangei a, iRangei b);
57iRangei union_Rangei (iRangei a, iRangei b); 58iRangei union_Rangei (iRangei a, iRangei b);