summaryrefslogtreecommitdiff
path: root/servers
diff options
context:
space:
mode:
authorletheed <dev@zaph.ch>2017-09-01 15:01:24 +0200
committerletheed <dev@zaph.ch>2017-09-01 15:01:24 +0200
commit3a188015be668884dc296abc86e15225fe04418d (patch)
treefbe1f17cc32c81002e34b7901b398e62ff448ef4 /servers
parent1e0fc4dc4e3143d2905d754099dff5f911188e49 (diff)
add shadow_filter variant PCF7
Diffstat (limited to 'servers')
-rw-r--r--servers/visual_server.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/servers/visual_server.h b/servers/visual_server.h
index acf5675aa5..db557ddab5 100644
--- a/servers/visual_server.h
+++ b/servers/visual_server.h
@@ -824,6 +824,7 @@ public:
CANVAS_LIGHT_FILTER_NONE,
CANVAS_LIGHT_FILTER_PCF3,
CANVAS_LIGHT_FILTER_PCF5,
+ CANVAS_LIGHT_FILTER_PCF7,
CANVAS_LIGHT_FILTER_PCF9,
CANVAS_LIGHT_FILTER_PCF13,
};