diff options
Diffstat (limited to '')
-rw-r--r-- | src/filter.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/filter.h b/src/filter.h index 742ade8..385ec56 100644 --- a/src/filter.h +++ b/src/filter.h @@ -60,6 +60,11 @@ struct filter int client; /** + * The lifespan of the filter + */ + enum lifespan lifespan; + + /** * The priority of the filter */ int64_t priority; @@ -70,11 +75,6 @@ struct filter char* class; /** - * The lifespan of the filter - */ - enum lifespan lifespan; - - /** * The gamma ramp adjustments for the filter. * This is raw binary data. `NULL` iff * `lifespan == LIFESPAN_REMOVE`. |