diff options
Diffstat (limited to 'src/cg-base.h')
-rw-r--r-- | src/cg-base.h | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/src/cg-base.h b/src/cg-base.h index 713c9df..5ab23a9 100644 --- a/src/cg-base.h +++ b/src/cg-base.h @@ -17,6 +17,16 @@ */ #include <libcoopgamma.h> +#include <inttypes.h> + + + +/** + * Value of `default_priority` that indicates + * that there is no default priority + */ +#define NO_DEFAULT_PRIORITY INT64_MAX + /** @@ -49,7 +59,8 @@ typedef struct filter_update * The filter to update * * `.filter.crtc`, `.filter.class`, and - * `.filter.priority`, `.filter.depth` + * `.filter.priority` (unless `default_priority` + * is `NO_DEFAULT_PRIORITY`), `.filter.depth` * are preconfigured, and `.filter.ramps` * is preinitialised and preset to an * identity ramp |