overline: new decoration

Similar to the ‘underline’ decoration
This commit is contained in:
Daniel Eklöf 2022-02-10 18:35:45 +01:00
parent 6ac046dec3
commit 605490c872
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
5 changed files with 111 additions and 1 deletions

View file

@ -1,7 +1,7 @@
deco_sdk = declare_dependency(dependencies: [pixman, tllist, fcft])
decorations = []
foreach deco : ['background', 'border', 'stack', 'underline']
foreach deco : ['background', 'border', 'stack', 'underline', 'overline']
if plugs_as_libs
shared_module('@0@'.format(deco), '@0@.c'.format(deco),
dependencies: deco_sdk,