diff options
author | Mattias Andrée <maandree@kth.se> | 2016-12-18 19:48:56 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2016-12-18 19:48:56 +0100 |
commit | 0270fcba233754779cbf8c11d2ff22d8ecded556 (patch) | |
tree | bf349f9c08ab736116d609b0cb43d92e2c8d360e /src/cg-base.h | |
parent | cg-base: Add NO_DEFAULT_PRIORITY (diff) | |
download | cg-tools-0270fcba233754779cbf8c11d2ff22d8ecded556.tar.gz cg-tools-0270fcba233754779cbf8c11d2ff22d8ecded556.tar.bz2 cg-tools-0270fcba233754779cbf8c11d2ff22d8ecded556.tar.xz |
cg-base: add filters_n
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'src/cg-base.h')
-rw-r--r-- | src/cg-base.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/cg-base.h b/src/cg-base.h index 5ab23a9..f4beed1 100644 --- a/src/cg-base.h +++ b/src/cg-base.h @@ -133,6 +133,11 @@ extern libcoopgamma_crtc_info_t* crtc_info; */ extern size_t crtcs_n; +/** + * The number of filters + */ +extern size_t filters_n; + /** |