mirror of
https://github.com/labwc/labwc.git
synced 2025-10-29 05:40:24 -04: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
scripts/checkpatch.pl
vendored
3
scripts/checkpatch.pl
vendored
|
|
@ -5653,7 +5653,7 @@ sub process {
|
|||
#Ignore Page<foo> variants
|
||||
$var !~ /^(?:Clear|Set|TestClear|TestSet|)Page[A-Z]/ &&
|
||||
|
||||
#Ignore some pango and libxml2 CamelCase variants
|
||||
#labwc-custom check to ignore some pango/libxml2/etc CamelCase variants
|
||||
$var !~ /^(?:PangoLayout|PangoFontDescription)/ &&
|
||||
$var !~ /^(?:PangoTabArray|PangoRectangle)/ &&
|
||||
$var !~ /^(?:PangoWeight|_PangoFontDescription)/ &&
|
||||
|
|
@ -5664,6 +5664,7 @@ sub process {
|
|||
$var !~ /^(?:xmlParseMemory)/ &&
|
||||
$var !~ /^(?:xmlFree)/ &&
|
||||
$var !~ /^(?:GString|GError)/ &&
|
||||
$var !~ /^(?:RsvgRectangle|RsvgHandle)/ &&
|
||||
$var !~ /^(?:XKB_KEY_XF86Switch_VT_1)/ &&
|
||||
|
||||
#Ignore SI style variants like nS, mV and dB
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue