summaryrefslogtreecommitdiff
path: root/src/select/select.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/select/select.h')
-rw-r--r--src/select/select.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/select/select.h b/src/select/select.h
index 320efd0..8d940a0 100644
--- a/src/select/select.h
+++ b/src/select/select.h
@@ -17,10 +17,10 @@
typedef struct prop_state {
uint32_t specificity; /* Specificity of property in result */
- uint32_t set : 1, /* Whether property is set in result */
- origin : 2, /* Origin of property in result */
- important : 1, /* Importance of property in result */
- inherit : 1; /* Property is set to inherit */
+ unsigned int set : 1, /* Whether property is set in result */
+ origin : 2, /* Origin of property in result */
+ important : 1, /* Importance of property in result */
+ inherit : 1; /* Property is set to inherit */
} prop_state;
/**