mirror of
https://github.com/labwc/labwc.git
synced 2026-02-05 04:06:33 -05:00
Before this commit, the OSD could overflow the screen when displaying many window items. In this commit, we hide the overflowed items and show a scrollbar to fit the OSD within the screen.
7 lines
114 B
Meson
7 lines
114 B
Meson
labwc_sources += files(
|
|
'cycle.c',
|
|
'osd-classic.c',
|
|
'osd-field.c',
|
|
'osd-scroll.c',
|
|
'osd-thumbnail.c',
|
|
)
|