summaryrefslogtreecommitdiffstats
path: root/src/stkutil.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/stkutil.h')
-rw-r--r--src/stkutil.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/stkutil.h b/src/stkutil.h
index 2664ba52..cc97d978 100644
--- a/src/stkutil.h
+++ b/src/stkutil.h
@@ -197,8 +197,8 @@ enum stk_duration_type {
* ids of 0, we use icon_id with 0 to denote empty icon_identifier objects
*/
struct stk_icon_identifier {
- unsigned char icon_id;
- unsigned char icon_qualifier;
+ unsigned char qualifier;
+ unsigned char id;
};
/*