mirror of
https://github.com/labwc/labwc.git
synced 2025-11-05 13:29:58 -05:00
Support svg buttons
In the theme directory add close-{active,inactive}.svg instead of
close.xbm - and similarly for iconify, menu and max.
This commit is contained in:
parent
a386133068
commit
c62df26c2a
10 changed files with 137 additions and 5 deletions
|
|
@ -3,3 +3,10 @@ labwc_sources += files(
|
|||
'button-xbm.c',
|
||||
'common.c',
|
||||
)
|
||||
|
||||
if svg.found()
|
||||
labwc_sources += files(
|
||||
'button-svg.c',
|
||||
)
|
||||
endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue