summaryrefslogtreecommitdiffstats
path: root/include/rofi-types.h
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2020-04-24 18:17:01 +0200
committerDave Davenport <qball@gmpclient.org>2020-04-24 18:17:01 +0200
commit81b00705e848d6968f8462d64f2e8035b7593804 (patch)
tree523506cae7120bc80c1234c94c1f0a4e1cd66bc6 /include/rofi-types.h
parentfc727fef91eb276d8b9a1cf8ed8f5934ae209f59 (diff)
[Theme] Add modulo to calc.i1088
Diffstat (limited to 'include/rofi-types.h')
-rw-r--r--include/rofi-types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/rofi-types.h b/include/rofi-types.h
index e6d834ce..ced7e321 100644
--- a/include/rofi-types.h
+++ b/include/rofi-types.h
@@ -96,6 +96,7 @@ typedef enum
ROFI_DISTANCE_MODIFIER_SUBTRACT,
ROFI_DISTANCE_MODIFIER_DIVIDE,
ROFI_DISTANCE_MODIFIER_MULTIPLY,
+ ROFI_DISTANCE_MODIFIER_MODULO,
ROFI_DISTANCE_MODIFIER_GROUP,
} RofiDistanceModifier;