mirror of
https://github.com/labwc/labwc.git
synced 2026-02-07 04:07:42 -05:00
refactor: add LAB_BS_DEFAULT in lab_button_state
This commit is contained in:
parent
36d6e9ef75
commit
bffdccf8dc
4 changed files with 10 additions and 5 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue