aboutsummaryrefslogtreecommitdiff
path: root/src/res-set.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/res-set.h')
-rw-r--r--src/res-set.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/res-set.h b/src/res-set.h
index 2e23255..72ba600 100644
--- a/src/res-set.h
+++ b/src/res-set.h
@@ -25,10 +25,12 @@ typedef struct resset_s {
uint32_t id;
resset_state_t state;
char *class;
+ uint32_t mode;
struct {
uint32_t all;
- uint32_t share;
uint32_t opt;
+ uint32_t share;
+ uint32_t mask;
} flags;
void *userdata;
} resset_t;