mirror of
https://github.com/labwc/labwc.git
synced 2025-11-02 09:01:47 -05:00
Base rc.title_height on font vertical extents
This commit is contained in:
parent
4d1363dcae
commit
2297e43cc0
11 changed files with 123 additions and 26 deletions
|
|
@ -4,9 +4,10 @@ rcxml_lib = static_library(
|
|||
'../src/config/rcxml.c',
|
||||
'../src/config/keybind.c',
|
||||
'../src/config/config-dir.c',
|
||||
'../src/common/buf.c'
|
||||
'../src/common/buf.c',
|
||||
'../src/common/font.c',
|
||||
),
|
||||
dependencies: [xml2, wayland_server, xkbcommon, glib, wlroots],
|
||||
dependencies: labwc_deps,
|
||||
include_directories: [labwc_inc],
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue