refactor: add LAB_BS_DEFAULT in lab_button_state

This commit is contained in:
tokyo4j 2025-01-14 00:04:15 +09:00 committed by Hiroaki Yamamoto
parent 36d6e9ef75
commit bffdccf8dc
4 changed files with 10 additions and 5 deletions

View file

@ -29,6 +29,8 @@ struct theme_snapping_overlay {
};
enum lab_button_state {
LAB_BS_DEFAULT = 0,
LAB_BS_HOVERD = 1 << 0,
LAB_BS_TOGGLED = 1 << 1,
LAB_BS_ROUNDED = 1 << 2,